Rehan van der Merwe
Rehan van der Merwe
Currently, an anomaly is marked as over: the first time a value is under the breach threshold and the first time the slope is positive. 2024-02-15 19:00 07 (17) ==========...
Use https://github.com/awslabs/llrt as the Lambda runtime to reduce Lambda execution time and cold starts. See if it is possible and what improvements there is to gain by switching
Anomaly detection for both pages and events on: - Traffic - Referrer count - UTM Source Store in DDB to be used by the frontend. Create an overview page with...
Make use of S3 one zone if it is supported in that region. Maybe make this a flag that can be set, not everyone would want this. I am expecting...
Add time to the date time component and then when the chart is selected, update the date time picker and refresh
This is currently decided for you by the logic [here](https://github.com/rehanvdm/serverless-website-analytics/blob/main/src/src/frontend/src/views/page_stats/components/chart_views.vue#L80) If it is < 3 days then it will get data by the hour otherwise by the day. Sometimes you...
Use JS to track href clicks, should be able to https://gist.github.com/leighmcculloch/7596803 Store as a tracking event? Not sure yet