From d84fdbd29f42fdf84a6decb454abd1152a95e8b6 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:43:40 +0100 Subject: [PATCH] docs(telemetry): drop dev-phase labels from Ledger/Peer span headings Same operator-facing cleanup as the RPC/transaction/consensus headings: the runbook documents the running system, not the development phase that added each span. Strip the "(Phase 6)" suffixes from the Ledger and Peer span reference headings. Co-Authored-By: Claude Opus 4.8 --- docs/telemetry-runbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/telemetry-runbook.md b/docs/telemetry-runbook.md index 15ad5de78c..d0afe693e1 100644 --- a/docs/telemetry-runbook.md +++ b/docs/telemetry-runbook.md @@ -151,7 +151,7 @@ RED metrics on the _Transaction Overview_ dashboard. {name="consensus.update_positions"} >> {event:name="dispute.resolve"} ``` -### Ledger Spans (Phase 6) +### Ledger Spans | Span Name | Source File | Attributes | Description | | ----------------- | -------------------- | ------------------------------------- | ----------------------------- | @@ -159,7 +159,7 @@ RED metrics on the _Transaction Overview_ dashboard. | `ledger.validate` | LedgerMaster.cpp:915 | `ledger_seq`, `validations` | Ledger promoted to validated | | `ledger.store` | LedgerMaster.cpp:409 | `ledger_seq` | Ledger stored in history | -### Peer Spans (Phase 6) +### Peer Spans | Span Name | Source File | Attributes | Description | | ------------------------- | ---------------- | ------------------------------- | ----------------------------- |