From 11b03b460d63ca63e09d4acb2fcaa8c92020efbf Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Tue, 15 Sep 2026 14:44:07 +0100 Subject: [PATCH] docs(telemetry): drop the devnet host name from the p99 example The consensus-round p99 note named an internal devnet host. State 'a devnet node' instead; the measurement is the point, not the host. --- docs/telemetry-runbook.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/telemetry-runbook.md b/docs/telemetry-runbook.md index 992241d845..9e4bf2001a 100644 --- a/docs/telemetry-runbook.md +++ b/docs/telemetry-runbook.md @@ -4578,9 +4578,9 @@ panel it reads. validations arriving too late to close the round). - **A single stalled round** — read **p99**, not p50/p95. At the devnet rate of ~19 rounds/min one long round is a single sample in several hundred, so - p95 stays at the normal close time and can even dip. Measured on - `devnet-otel-usw2-01`: an 11.4 s round showed as p99 13400 ms while p95 - read 3400 ms, indistinguishable from its 2900-3787 ms baseline. The + p95 stays at the normal close time and can even dip. Measured on a + devnet node: an 11.4 s round showed as p99 13400 ms while p95 read + 3400 ms, indistinguishable from its ~2900-3800 ms baseline. The heatmap shows the same outlier as one faint high-bucket cell. - **P95 climbing while P50 stays flat** — a minority of rounds stall. This is the early form of what the heatmap later shows as a second band.