mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
2979f21631
## About the changes This metric will expose an aggregated view of how many client applications are registered in Unleash. Since applications are ephemeral we are exposing this metric in different time windows based on when the application was last seen. The caveat is that we issue a database query for each new range we want to add. Hopefully, this should not be a problem because: a) the amount of ranges we'd expose is small and unlikely to grow b) this is currently updated at startup time and even if we update it on a scheduled basis the refresh rate will be rather sparse ## Sample data This is how metrics will look like ``` # HELP client_apps_total Number of registered client apps aggregated by range by last seen # TYPE client_apps_total gauge client_apps_total{range="allTime"} 3 client_apps_total{range="30d"} 3 client_apps_total{range="7d"} 2 ``` |
||
---|---|---|
.. | ||
access-service-mock.ts | ||
fake-access-store.ts | ||
fake-addon-store.ts | ||
fake-api-token-store.ts | ||
fake-client-applications-store.ts | ||
fake-client-instance-store.ts | ||
fake-client-metrics-store-v2.ts | ||
fake-context-field-store.ts | ||
fake-environment-store.ts | ||
fake-event-store.ts | ||
fake-favorite-features-store.ts | ||
fake-favorite-projects-store.ts | ||
fake-feature-environment-store.ts | ||
fake-feature-strategies-store.ts | ||
fake-feature-tag-store.ts | ||
fake-feature-toggle-client-store.ts | ||
fake-feature-toggle-store.ts | ||
fake-feature-type-store.ts | ||
fake-group-store.ts | ||
fake-pat-store.ts | ||
fake-project-store.ts | ||
fake-public-signup-store.ts | ||
fake-reset-token-store.ts | ||
fake-role-store.ts | ||
fake-segment-store.ts | ||
fake-session-store.ts | ||
fake-setting-store.ts | ||
fake-strategies-store.ts | ||
fake-tag-store.ts | ||
fake-tag-type-store.ts | ||
fake-user-feedback-store.ts | ||
fake-user-splash-store.ts | ||
fake-user-store.ts | ||
no-logger.ts | ||
permissions.ts | ||
store.ts |