1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src
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
..
__mocks__
assets Change request event tracking (#2570) 2022-11-30 12:04:29 +01:00
component feat: first draft of chart for instance traffic in frontend (#2670) 2022-12-15 08:47:07 +00:00
constants
contexts
hooks feat: first draft of chart for instance traffic in frontend (#2670) 2022-12-15 08:47:07 +00:00
interfaces remove feature flag: tokens last seen (#2673) 2022-12-12 14:32:35 +00:00
openapi feat: first draft of chart for instance traffic in frontend (#2670) 2022-12-15 08:47:07 +00:00
themes
types
utils feat: first draft of chart for instance traffic in frontend (#2670) 2022-12-15 08:47:07 +00:00
index.tsx
setupTests.ts
vite-env.d.ts refactor: adapt to Vite (#940) 2022-05-05 16:15:22 +01:00