From 9862522e79d28cf573dabf3f9978d7286f5e813c Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:13:06 +0100 Subject: [PATCH] docs(telemetry): drop the stale Jaeger label from the Phase 7 diagram The Phase 7 section existed twice in this file; the copies disagreed on this one label. Consolidating on the single copy kept the older wording, but Jaeger was removed from the project earlier in this chain, so Tempo is the only trace backend the diagram should name. --- OpenTelemetryPlan/06-implementation-phases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenTelemetryPlan/06-implementation-phases.md b/OpenTelemetryPlan/06-implementation-phases.md index 500fc760d1..fe02d914e2 100644 --- a/OpenTelemetryPlan/06-implementation-phases.md +++ b/OpenTelemetryPlan/06-implementation-phases.md @@ -484,7 +484,7 @@ graph LR end subgraph backends["Trace Backends"] - D["Jaeger / Tempo"] + D["Tempo"] end subgraph metrics["Metrics Stack"]