Make Grafana dashboard panels respect selected time range

The panels queried raw openclaw_daily_* cumulative gauges, which carry a
date label and reset at midnight. Across a range crossing midnight this
produced two date-labeled series, so stat cards showed duplicate values
and the pies/bar gauges had duplicated legend rows; the queries also
ignored the picked timeframe entirely.

Reduce each query over $__range with max_over_time (per-day cumulative
peak) and aggregate away the date/tz labels so every panel yields a
single range-aware value. Drop the misleading "today" from titles and
bump rowHeightMode short -> standard for taller panels (width unchanged).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Space-Banane
2026-07-09 13:26:42 +02:00
parent 43be027b5d
commit 14ee6bf350
File diff suppressed because it is too large Load Diff