1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src
Ivar Conradi Østhus fc455811f8
feat/metricsV2 (#1005)
Adds a new way of handling usage metrics where we push it directly to the database and performs aggregation on the fly. All metrics are aggregated in to buckets of hours. We will for now store metrics for the 48 hours with the following dimensions:

- featureName
- projectName
- envrionment
- yes (the actual count)
- no (the actual count)
2021-10-08 10:09:22 +02:00
..
lib feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
mailtemplates fix: adjust logo in emails 2021-08-16 10:55:06 +02:00
migrations feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
test feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
migrator.ts fix: add resetDb to migrator 2021-09-10 12:25:12 +02:00
server-dev.ts feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
server.ts fix: fine tune db-config based on experience 2021-09-03 12:57:25 +02:00