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:
Pratik Mankawde
2026-06-11 23:28:29 +01:00
parent a7c7e2767e
commit bef40b37e7

View File

@@ -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