Hi, I’m using Grafana8 and prometheus datasource.
Is there a way to visualize a bar gauge to be like flat pie-chart, that is:
Query is
count_values(“status”, probe_success{job=“webservers”})
and it returns two sums
and I’m receiving
{status=“0”} [##-----------------] 8
{status=“1”} [############] 60
Is there a way to receive one bar with total and indivual values
{ }[xxYYYYYYYYY] 68 with 8x and 60Y
Would appreciate any hints.