Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy/grafana/charon.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,15 +570,15 @@
"allValue": ".*",
"current": { "selected": true, "text": "All", "value": "$__all" },
"datasource": { "type": "prometheus", "uid": "${datasource}" },
"definition": "label_values(charon_listener_blocks_received_total, chain)",
"description": "Chain label. Sourced from the listener counter (#328) — climbs the moment the websocket subscription delivers `new_heads`, so panels populate immediately on connect rather than waiting for the first pipeline tick.",
"definition": "label_values(charon_scanner_positions, chain)",
"description": "Chain label. Sourced from charon_scanner_positions which emits in both listen and replay modes (listener counter only emits in listen). Falls back to allValue=.* if the source is empty.",
"hide": 0,
"includeAll": true,
"label": "Chain",
"multi": true,
"name": "chain",
"options": [],
"query": { "query": "label_values(charon_listener_blocks_received_total, chain)", "refId": "StandardVariableQuery" },
"query": { "query": "label_values(charon_scanner_positions, chain)", "refId": "StandardVariableQuery" },
"refresh": 2,
"regex": "",
"skipUrlSync": false,
Expand Down
Loading