dashboard: scale the leaderboard's blocks bar to its own column; blank NaN timing cells #14

Merged
grenade merged 1 commits from arena/leaderboard-bar-scale into main 2026-09-04 05:55:56 +00:00

View File

@@ -9,7 +9,7 @@
],
"timezone": "browser",
"schemaVersion": 39,
"version": 14,
"version": 15,
"refresh": "30s",
"time": {
"from": "now-6h",
@@ -1749,7 +1749,7 @@
},
"editorMode": "code",
"refId": "C",
"expr": "histogram_quantile(0.1, sum by (preimage, le) (increase(quantus_block_gap_seconds_bucket{preimage!~\"all|other\"}[$__range])))",
"expr": "(histogram_quantile(0.1, sum by (preimage, le) (increase(quantus_block_gap_seconds_bucket{preimage!~\"all|other\"}[$__range])))) == (histogram_quantile(0.1, sum by (preimage, le) (increase(quantus_block_gap_seconds_bucket{preimage!~\"all|other\"}[$__range]))))",
"instant": true,
"range": false,
"format": "table"
@@ -1761,7 +1761,7 @@
},
"editorMode": "code",
"refId": "D",
"expr": "histogram_quantile(0.5, sum by (preimage, le) (increase(quantus_block_timestamp_drift_seconds_bucket{preimage!~\"all|other\"}[$__range])))",
"expr": "(histogram_quantile(0.5, sum by (preimage, le) (increase(quantus_block_timestamp_drift_seconds_bucket{preimage!~\"all|other\"}[$__range])))) == (histogram_quantile(0.5, sum by (preimage, le) (increase(quantus_block_timestamp_drift_seconds_bucket{preimage!~\"all|other\"}[$__range]))))",
"instant": true,
"range": false,
"format": "table"
@@ -1898,6 +1898,10 @@
{
"id": "min",
"value": 0
},
{
"id": "fieldMinMax",
"value": true
}
]
},