1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib
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
..
addons feat: add new more specific feature/environment events to addons (#994) 2021-10-07 10:22:20 +02:00
db feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
error
middleware Add UPDATE and DELETE TAG_TYPE permissions (#951) 2021-09-24 09:01:15 +02:00
routes feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
schema feat: rename :global: env to "default" (#947) 2021-09-24 13:55:00 +02:00
services feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
types feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
util feat: rename :global: env to "default" (#947) 2021-09-24 13:55:00 +02:00
app.test.ts fix: convert files to typescript 2021-09-14 19:30:11 +02:00
app.ts
create-config.ts feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
default-custom-auth-deny-all.ts
event-differ.js
event-differ.test.js
event-hook.test.ts fix: convert event-hook.test.js to typescript 2021-09-14 19:34:35 +02:00
event-hook.ts
logger.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
logger.ts
metric-events.ts
metrics.test.ts
metrics.ts
server-impl.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
server-impl.ts feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00