perses / perses

The CNCF sandbox for observability visualisation. Already supports Prometheus/Tempo - more data sources to come!
https://perses.dev
Apache License 2.0
800 stars 59 forks source link

Pie charts #2022

Closed tristanmorgan closed 1 month ago

tristanmorgan commented 4 months ago

Proposal

Would it be possible to have data viewed as a pie chart?

and example would be taking a query like count by (version)(go_info) to see what portion of services are running older golang versions.

AntoineThebaud commented 4 months ago

FYI we are not likely to tackle this kind of feature until the new plugin architecture is in place. You can track the latter by following https://github.com/perses/perses/issues/1543.

sjcobb commented 3 months ago

When this does get picked up later, it'll be possible to extend the existing BarChart implementation to become a pie chart, that is built using ECharts dataset (example) which makes it easier to switch between series types

zhuje commented 2 months ago

Hi everyone! The Red Hat team is working on creating the pie chart. We're creating it in the current architecture and will convert it to the new plugin architecture once that is finalized.

Nexucis commented 1 month ago

Pie Chart has been implemented through https://github.com/perses/perses/pull/2170