From 0ed0c01021cc804d1abf7ec4350ff0f103a4eed5 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Tue, 8 Sep 2026 17:12:40 +0100 Subject: [PATCH] fix(docs): spell it "XRPL epoch" in the ledger attribute table The rename script rewrites "Ripple epoch" to "XRPL epoch", so the old spelling in a tracked .md makes the check-rename job fail on a dirty tree. The attribute key close_time_ripple_epoch_s is left alone: the script's pattern needs a space, and that key is a cross-layer contract. --- OpenTelemetryPlan/02-design-decisions.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/OpenTelemetryPlan/02-design-decisions.md b/OpenTelemetryPlan/02-design-decisions.md index dae5e8fe82..09484baaae 100644 --- a/OpenTelemetryPlan/02-design-decisions.md +++ b/OpenTelemetryPlan/02-design-decisions.md @@ -288,15 +288,15 @@ keys (the dotted form is reserved for resource scope per ยง2.3.3). #### Ledger & Job Attributes -| Key | Type | Description | -| --------------------------- | ------- | --------------------------------- | -| `ledger_hash` | string | Ledger hash | -| `ledger_seq` | int64 | Closed/validated ledger sequence | -| `close_time_ripple_epoch_s` | int64 | Close time (Ripple epoch seconds) | -| `ledger_tx_count` | int64 | Transaction count | -| `job_type` | string | Job type name | -| `job_queue_ms` | float64 | Time spent in queue | -| `job_worker` | int64 | Worker thread ID | +| Key | Type | Description | +| --------------------------- | ------- | -------------------------------- | +| `ledger_hash` | string | Ledger hash | +| `ledger_seq` | int64 | Closed/validated ledger sequence | +| `close_time_ripple_epoch_s` | int64 | Close time (XRPL epoch seconds) | +| `ledger_tx_count` | int64 | Transaction count | +| `job_type` | string | Job type name | +| `job_queue_ms` | float64 | Time spent in queue | +| `job_worker` | int64 | Worker thread ID | #### PathFinding Attributes