perses
perses copied to clipboard
The CNCF candidate for observability visualisation. Already supports Prometheus - more data sources to come!
### Proposal At scale our panel plugins are going to run into performance problems. Our custom EChart.tsx wrapper was a worthy effort but echarts-for-react has improved since I last looked...
### Proposal It would be good to force a timezone like GMT as in some worldwide companies, this is standard
### Proposal Since https://github.com/perses/perses/pull/1102 the TimeSeriesChart point radius is automatically computed based on the provided line width, but the `pointRadius` attribute still exists in the datamodel as a kind-of zombie...
### What did you do? Keep mouse click down when selecting threshold color. ### What did you expect to see? Color change should stop as soon as mouse click is...
### Proposal When you create a new dashboard, there are no checks to verify if the provided name (more precisely, the name computed from the provided display name) is already...
There are still cases where variable dropdowns have no value selected by default. When no value is provided in the query params or whatever it should always fallback to the...
### Proposal For readability it would be good to show an icon indicating the type of datasource (e.g Prometheus icon) within the datasources list. I'm thinking first about the Datasources...
### Proposal Currently when creating/editing a datasource, you have no idea if the configuration you provided actually works. Thus it would be great to have a simple button to launch...
### Discussed in https://github.com/perses/perses/discussions/878 Originally posted by **AntoineThebaud** December 15, 2022 The idea is to be able to see which other variable(s) a given variable depends on when you don't...
When configuring a PrometheusDatasource, if you already provided a header, start adding another one & type the same header key, the former item with same key will get removed. This...