arena: cumulative authorship counter so the leaderboard follows the time range #9

Merged
grenade merged 1 commits from arena/authored-counter into main 2026-09-03 13:11:07 +00:00

1 Commits

Author SHA1 Message Date
Rob Thijssen
dfd10291ad arena: cumulative authorship counter so the leaderboard follows the time range
quantus_blocks_authored is a rolling window by block count (3600 blocks)
served as a gauge, so the leaderboard panel ignored Grafana's time picker.
Add quantus_blocks_authored_total, cumulative since exporter start and not
capped to top N (a counter that comes and goes loses increments; the label
set is bounded by distinct miners seen), and query the panel as
increase() over $__range. The windowed gauge stays for the fixed view.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CBgs2nSi4H2mdh8kD8vMX5
2026-09-03 16:10:48 +03:00