diff --git a/OpenTelemetryPlan/02-design-decisions.md b/OpenTelemetryPlan/02-design-decisions.md index 77e0fe7197..c07eaf015d 100644 --- a/OpenTelemetryPlan/02-design-decisions.md +++ b/OpenTelemetryPlan/02-design-decisions.md @@ -305,15 +305,15 @@ Establish-phase gap fill and cross-node correlation attributes (Phase 4a): #### 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