From bef40b37e7315e2266b1b72efd0227ae8dda5345 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:28:29 +0100 Subject: [PATCH] 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. --- docker/telemetry/grafana/provisioning/datasources/tempo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/grafana/provisioning/datasources/tempo.yaml b/docker/telemetry/grafana/provisioning/datasources/tempo.yaml index e98e83cacf..356fe7d504 100644 --- a/docker/telemetry/grafana/provisioning/datasources/tempo.yaml +++ b/docker/telemetry/grafana/provisioning/datasources/tempo.yaml @@ -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