From 8e15a81f960f324497b0dd59a8d97bce759e6be1 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:34:07 +0100 Subject: [PATCH] docs(telemetry): follow the close-time attr rename in the ledger attr table The emitted key is close_time_ripple_epoch_s, which names its unit and epoch. Update the ledger attribute table to match. ledger_index and ledger_tx_count in the same table belong to a separate rename and are left as they are. --- 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 f3289c68e9..c7930454e5 100644 --- a/OpenTelemetryPlan/02-design-decisions.md +++ b/OpenTelemetryPlan/02-design-decisions.md @@ -286,15 +286,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_index` | int64 | Ledger sequence/index | -| `close_time` | int64 | Close time (epoch) | -| `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_index` | int64 | Ledger sequence/index | +| `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 | #### PathFinding Attributes