From 8a5e8314483cad7e01d2d3960b112b11f6d00334 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:09:26 +0100 Subject: [PATCH] docs(telemetry): drop the suppressed row from the second attribute table The same attribute was listed in two tables in this file. tx.receive does not set it, because the span starts after the duplicate check. --- OpenTelemetryPlan/09-data-collection-reference.md | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenTelemetryPlan/09-data-collection-reference.md b/OpenTelemetryPlan/09-data-collection-reference.md index 55b3735acc..6c657a53d8 100644 --- a/OpenTelemetryPlan/09-data-collection-reference.md +++ b/OpenTelemetryPlan/09-data-collection-reference.md @@ -489,7 +489,6 @@ SpanMetrics connector does not rewrite or prefix it: | `consensus_mode` | string | `consensus.round`, `consensus.ledger_close` | | `close_time_correct` | boolean | `consensus.accept.apply` | | `local` | boolean | `tx.process` | -| `suppressed` | boolean | `tx.receive` | | `proposal_trusted` | boolean | `peer.proposal.receive` | | `validation_trusted` | boolean | `peer.validation.receive` | | `tx_type` | string | `tx.*`, `txq.enqueue` |