1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-02 01:17:58 +02:00
unleash.unleash/src/lib/db
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
..
access-store.ts
addon-store.ts
api-token-store.ts
client-applications-store.ts
client-instance-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
client-metrics-db.ts
client-metrics-store-v2.ts feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
client-metrics-store.test.ts
client-metrics-store.ts
context-field-store.ts
db-pool.ts
environment-store.ts task: add default environment (#989) 2021-09-29 11:09:35 +02:00
event-store.test.ts
event-store.ts task: Adds FEATURE_ENVIRONMENT_{ENABLED,DISABLED} events (#970) 2021-09-27 14:07:26 +02:00
feature-environment-store.ts task: Disables feature_environments without strategies (#1003) 2021-10-06 09:25:34 +02:00
feature-strategy-store.ts fix: add sort order to environments (#1004) 2021-10-06 09:39:59 +02:00
feature-tag-store.ts
feature-toggle-client-store.ts feat: add new more specific feature/environment events to addons (#994) 2021-10-07 10:22:20 +02:00
feature-toggle-store.ts
feature-type-store.ts
index.ts feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
project-store.ts fix: add projects api for oss as well 2021-10-01 10:59:43 +02:00
reset-token-store.ts
session-store.ts
setting-store.ts
strategy-store.ts
tag-store.ts
tag-type-store.ts
user-feedback-store.ts
user-store.ts