mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
docs(telemetry): remove incorrect "rule 5" justification in Phase 4 task list
Three entries in Phase4_taskList.md annotated dotted attribute keys (`xrpl.consensus.round`, `round_id`, `ledger_id`) as "(kept — rule 5)". That is wrong: rule 5 keeps SPAN NAMES dotted, not attribute keys — the code emits the underscore form (consensus_round, consensus_round_id, consensus_ledger_id) per ConsensusSpanNames.h. Remove the false justification; the dotted form in this task list remains as the illustrative-readability form documented in the note at the top of the file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
- In `Adaptor::propose()`:
|
||||
- Creates `consensus.proposal.send` span via `SpanGuard::span()`
|
||||
- Sets `xrpl.consensus.round` attribute (kept — rule 5)
|
||||
- Sets `xrpl.consensus.round` attribute
|
||||
|
||||
- In `PeerImp::onMessage(TMProposeSet)`:
|
||||
- Creates `consensus.proposal.receive` span
|
||||
@@ -822,8 +822,8 @@ and OFF, and don't affect consensus timing.
|
||||
|
||||
```cpp
|
||||
// Round-level (on consensus.round) — ALL IMPLEMENTED
|
||||
"xrpl.consensus.round_id" = int64 // Consensus round number (kept — rule 5)
|
||||
"xrpl.consensus.ledger_id" = string // previousLedger.id() hash (kept — rule 5)
|
||||
"xrpl.consensus.round_id" = int64 // Consensus round number
|
||||
"xrpl.consensus.ledger_id" = string // previousLedger.id() hash
|
||||
"trace_strategy" = string // "deterministic" or "attribute"
|
||||
|
||||
// Establish-level — IMPLEMENTED
|
||||
|
||||
Reference in New Issue
Block a user