diff --git a/OpenTelemetryPlan/07-observability-backends.md b/OpenTelemetryPlan/07-observability-backends.md index 94124a62fe..a1c303b545 100644 --- a/OpenTelemetryPlan/07-observability-backends.md +++ b/OpenTelemetryPlan/07-observability-backends.md @@ -19,10 +19,10 @@ ```bash # Start Tempo with OTLP support docker run -d --name tempo \ - -p 3200:3200 \ - -p 4317:4317 \ - -p 4318:4318 \ - grafana/tempo:2.6.1 + -p 3200:3200 \ + -p 4317:4317 \ + -p 4318:4318 \ + grafana/tempo:2.6.1 ``` --- diff --git a/OpenTelemetryPlan/POC_taskList.md b/OpenTelemetryPlan/POC_taskList.md index cab5e365fe..32fd73170f 100644 --- a/OpenTelemetryPlan/POC_taskList.md +++ b/OpenTelemetryPlan/POC_taskList.md @@ -461,18 +461,18 @@ ```bash # server_info curl -s -X POST http://localhost:5005 \ - -H "Content-Type: application/json" \ - -d '{"method":"server_info","params":[{}]}' + -H "Content-Type: application/json" \ + -d '{"method":"server_info","params":[{}]}' # ledger curl -s -X POST http://localhost:5005 \ - -H "Content-Type: application/json" \ - -d '{"method":"ledger","params":[{"ledger_index":"current"}]}' + -H "Content-Type: application/json" \ + -d '{"method":"ledger","params":[{"ledger_index":"current"}]}' # account_info (will error in standalone, that's fine — we trace errors too) curl -s -X POST http://localhost:5005 \ - -H "Content-Type: application/json" \ - -d '{"method":"account_info","params":[{"account":"rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh"}]}' + -H "Content-Type: application/json" \ + -d '{"method":"account_info","params":[{"account":"rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh"}]}' ``` 6. **Verify in Grafana (Tempo)**: