docs(telemetry): replace Jaeger references in Phase 8 docs and runbook

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-03-31 22:20:22 +01:00
parent fdec3ce5c4
commit 30c430aec8
2 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@
- Edit `docker/telemetry/integration-test.sh`:
- After sending RPC requests (which create spans), grep rippled's log output for `trace_id=`
- Verify trace_id matches a trace visible in Jaeger
- Verify trace_id matches a trace visible in Tempo
- Optionally: query Loki via API to confirm log ingestion
**Key modified files**:

View File

@@ -15,7 +15,7 @@ docker compose -f docker/telemetry/docker-compose.yml up -d
This starts:
- **OTel Collector** on ports 4317 (gRPC) and 4318 (HTTP)
- **Jaeger** UI on http://localhost:16686
- **Tempo** on http://localhost:3200 (trace backend)
- **Prometheus** on http://localhost:9090
- **Loki** on http://localhost:3100 (log aggregation)
- **Grafana** on http://localhost:3000
@@ -405,7 +405,7 @@ count_over_time({job="rippled"} |= "trace_id=" [5m])
## Troubleshooting
### No traces appearing in Jaeger
### No traces appearing in Tempo
1. Check rippled logs for `Telemetry starting` message
2. Verify `enabled=1` in the `[telemetry]` config section