From 073ff1a93f093dd69b2e93f776d00a515eeb2f51 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:55:45 +0100 Subject: [PATCH] docs(telemetry): drop the suppressed row from the attribute reference tx.receive does not set it. The span starts after the duplicate check, so a dropped copy produces no span for the attribute to sit on. --- 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 9050e65aab..446204dc23 100644 --- a/OpenTelemetryPlan/09-data-collection-reference.md +++ b/OpenTelemetryPlan/09-data-collection-reference.md @@ -283,7 +283,6 @@ The tables below list one row per attribute per subsystem, so a key shared by tw | `tx_hash` | string | `tx.process`, `tx.receive` | Transaction hash (hex-encoded) | | `local` | boolean | `tx.process` | `true` if locally submitted, `false` if peer-relayed | | `path` | string | `tx.process` | Submission path: `"sync"` or `"async"` | -| `suppressed` | boolean | `tx.receive` | `true` if transaction was suppressed (duplicate) | | `tx_status` | string | `tx.receive` | Transaction status (e.g., `"known_bad"`) | | `peer_id` | int64 | `tx.receive` | Peer identifier (also set on peer spans) | | `peer_version` | string | `tx.receive` | Peer protocol version string |