diff --git a/docker/telemetry/grafana/provisioning/datasources/tempo.yaml b/docker/telemetry/grafana/provisioning/datasources/tempo.yaml index 56c0d9df65..3497c287ab 100644 --- a/docker/telemetry/grafana/provisioning/datasources/tempo.yaml +++ b/docker/telemetry/grafana/provisioning/datasources/tempo.yaml @@ -5,10 +5,10 @@ # # Search filters provide pre-configured dropdowns in the Explore UI. # Each phase adds filters for the span attributes it introduces. -# Phase 1b (infra): Base filters — node identity, service, span name, status. -# Phase 2 (RPC): RPC command, status, role filters. -# Phase 3 (TX): Transaction hash, local/peer origin, status. -# Phase 4 (Cons): Consensus mode, round, ledger sequence, close time. +# Base filters — node identity, service, span name, status. +# RPC command, status, role filters. +# Transaction hash, local/peer origin, status. +# Consensus mode, round, ledger sequence, close time. apiVersion: 1 @@ -92,7 +92,7 @@ datasources: operator: ">" scope: intrinsic type: dynamic - # Phase 2: RPC tracing filters + # RPC tracing filters - id: rpc-command tag: command operator: "=" @@ -108,7 +108,7 @@ datasources: operator: "=" scope: span type: dynamic - # Phase 3: Transaction tracing filters + # Transaction tracing filters - id: tx-hash tag: tx_hash operator: "=" @@ -124,7 +124,7 @@ datasources: operator: "=" scope: span type: dynamic - # Phase 4: Consensus tracing filters + # Consensus tracing filters - id: consensus-mode tag: consensus_mode operator: "=" @@ -180,7 +180,7 @@ datasources: operator: "=" scope: span type: static - # Phase 3/4: Additional transaction and queue filters + # Additional transaction and queue filters - id: tx-path tag: path operator: "="