TelemetryPlaneDiagnostics
Bounded telemetry admission and isolated egress diagnostics.
Transport used for telemetry independently of control traffic.
isolated_gossipsubMaximum distinct latest-value readings awaiting admission.
Distinct latest-value readings currently awaiting egress.
Maximum serialized telemetry packets queued for network publish.
Serialized telemetry packets currently queued for network publish.
Highest combined pending and network queue depth observed.
Telemetry readings offered by local producers.
Stale pending readings replaced by a newer value for the same key.
Pending readings evicted to preserve the fixed admission bound.
Telemetry packets successfully handed to isolated gossipsub.
Telemetry publishes rejected by transport pressure or size limits.
Telemetry publishes that found no peers subscribed on the isolated telemetry protocol. Sustained growth on a node with live connections means its telemetry is reaching nobody: the node stays invisible to cluster membership while otherwise healthy (the failure shape of a wire-protocol mismatch).
0Serialized telemetry bytes successfully published.
oldestPendingAgeSeconds object
Age of the oldest latest-value reading still awaiting egress.
- number
- null
lastSuccessfulPublishAgeSeconds object
Age of the most recent successful telemetry publish.
- number
- null
{
"transport": "isolated_gossipsub",
"admissionCapacity": 0,
"pendingReadings": 0,
"networkQueueCapacity": 0,
"networkQueueDepth": 0,
"maxQueueDepth": 0,
"readingsOffered": 0,
"readingsCoalesced": 0,
"readingsDropped": 0,
"readingsPublished": 0,
"publishFailures": 0,
"noPeerPublishes": 0,
"bytesPublished": 0,
"oldestPendingAgeSeconds": 0,
"lastSuccessfulPublishAgeSeconds": 0
}