1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/services/client-metrics
Gastón Fournier bf77182ca7
feat: limit the amount of results coming from Prometheus (#2776)
## About the changes
To avoid showing too much data in the traffic screen, limit the number
of results to `topk`.

## Discussion points
Top 10 is a rule of thumb, but maybe we could do top 25. Until we gather
more data, I believe this should be good enough
2023-01-04 11:00:04 +01:00
..
instance-service.test.ts task: Expose prometheus metrics (#2586) 2022-12-12 14:05:56 +01:00
instance-service.ts feat: limit the amount of results coming from Prometheus (#2776) 2023-01-04 11:00:04 +01:00
last-seen-service.ts fix: filter empty metrics before we collect last seen toggles. (#2172) 2022-10-17 09:06:59 +02:00
metrics-service-v2.ts fix: remove 'fixHourMetrics' flag 2022-11-09 22:45:30 +01:00
models.ts task: add OpenApi spec to metrics route (#1725) 2022-06-21 09:12:40 +02:00
schema.test.ts
schema.ts