I have a bar gauge based on Prometheus query probe_ssl_earliest_cert_expiry * 1000 that looks like this. How can I sort it by value? The “sort by” transformation doesn’t work because each bar is a different series. I tried “series to rows” followed by “sort by” but that mangles the data.
I figured it out! Couldn’t get it to work with a bar gauge so I switched to table instead, with an instant table query. Instead of setting the unit to “time from now”, I had to set that as an override just on the Value column, and change its cell type to Gauge. I used “organize by fields” to remove the extra columns,
1 Like

