hyperhive/nix/host-modules/swarm-grafana/dashboards
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris c7f6c33321 swarm-grafana: sort multi-series bargauge panels by value
Bargauge panels display series in the order the datasource returns them —
Grafana has no native sort for that (long-standing upstream gap, grafana#17245).
The reliable fix is sorting at the PromQL level with sort_desc() on an
instant vector, which forge.json's 'Issues by label' panel already does.
Applies the same pattern to the other 14 multi-series bargauge panels across
agents.json, claude-usage.json, and authelia.json (the latter two also
needed instant: true added, since sort_desc only works on instant vectors).

logstore.json's two VictoriaLogs-backed bargauge panels use LogsQL, not
PromQL, and are left out of this pass — LogsQL's sort-after-stats has a
documented ordering bug in some versions; needs its own verification.
2026-09-18 09:34:15 +02:00
..
agents.json swarm-grafana: sort multi-series bargauge panels by value 2026-09-18 09:34:15 +02:00
authelia.json swarm-grafana: sort multi-series bargauge panels by value 2026-09-18 09:34:15 +02:00
bao.json treefmt: apply prettier 2026-09-02 15:25:07 +02:00
claude-usage.json swarm-grafana: sort multi-series bargauge panels by value 2026-09-18 09:34:15 +02:00
forge.json treefmt: apply prettier 2026-09-02 15:25:07 +02:00
logstore.json grafana: show which sources are shipping, not just that the store is up 2026-09-08 00:43:23 +02:00
metricstore.json treefmt: apply prettier 2026-09-02 15:25:07 +02:00
queue.json treefmt: apply prettier 2026-09-02 15:25:07 +02:00