mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
fix(telemetry): use bare consensus_ledger_id tempo filter tag
The Tempo datasource search filter used the stale dotted xrpl.consensus.ledger_id tag, but the consensus.round span emits the bare consensus_ledger_id key (ConsensusSpanNames.h). The dotted tag matched no spans and failed the Rule C naming check. Align it with L1.
This commit is contained in:
@@ -176,7 +176,7 @@ datasources:
|
||||
scope: span
|
||||
type: dynamic
|
||||
- id: consensus-ledger-id
|
||||
tag: xrpl.consensus.ledger_id
|
||||
tag: consensus_ledger_id
|
||||
operator: "="
|
||||
scope: span
|
||||
type: static
|
||||
|
||||
Reference in New Issue
Block a user