1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +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 fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
addon-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
api-token-store.ts Feat/api key scoping (#941) 2021-09-15 20:28:10 +02:00
client-applications-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
client-instance-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
client-metrics-db.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
client-metrics-store-v2.ts feat/metricsV2 (#1005) 2021-10-08 10:09:22 +02:00
client-metrics-store.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
client-metrics-store.ts Feat/api key scoping (#941) 2021-09-15 20:28:10 +02:00
context-field-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
db-pool.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
environment-store.ts task: add default environment (#989) 2021-09-29 11:09:35 +02:00
event-store.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
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 fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
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 fix: Cleanup new features API with env support (#929) 2021-09-13 10:23:57 +02:00
feature-type-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
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 fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
session-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
setting-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
strategy-store.ts fix: import should not drop built-in strategies 2021-08-26 22:41:51 +02:00
tag-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
tag-type-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-feedback-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-store.ts fix: add user and project counters 2021-08-27 10:10:14 +02:00