1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component/admin
Christopher Kolstad 23094b016e
feat: first draft of chart for instance traffic in frontend (#2670)
## What
We've already added the backend for this. This is the initial work for
drawing a chart for instance traffic in the frontend. It requires the environment variable `PROMETHEUS_API` set to a valid prometheus-query-language (promql) supported backend, such as Prometheus itself or Victoria Metrics. Besides, at the moment we're hiding this functionality behind the flag `UNLEASH_EXPERIMENTAL_NETWORK_VIEW` which has to be set to true

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
2022-12-15 08:47:07 +00:00
..
api
apiToken fix: upgrades useHiddenColumns hook to fix related issues (#2691) 2022-12-14 15:22:38 +00:00
auth Remove clone env and sync sso group flags (#2596) 2022-12-05 12:07:15 +02:00
billing
cors Fix/remove settings cache (#2694) 2022-12-14 17:35:22 +01:00
groups fix: upgrades useHiddenColumns hook to fix related issues (#2691) 2022-12-14 15:22:38 +00:00
instance-admin linter fixes (#2561) 2022-11-30 10:52:13 +01:00
invoice
menu feat: first draft of chart for instance traffic in frontend (#2670) 2022-12-15 08:47:07 +00:00
projectRoles Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
traffic feat: first draft of chart for instance traffic in frontend (#2670) 2022-12-15 08:47:07 +00:00
users Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
index.tsx