We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8828c commit 3da6893Copy full SHA for 3da6893
docs/quick-start/observability/page.md
@@ -222,7 +222,7 @@ TRACE_EXPORTER=jaeger
222
TRACER_URL=localhost:14317
223
```
224
225
-Open {% new-tab-link title="zipkin" href="http://localhost:16686/trace/" /%} and search by TraceID (correlationID) to see the trace.
+Open {% new-tab-link title="jaeger" href="http://localhost:16686/trace/" /%} and search by TraceID (correlationID) to see the trace.
226
{% figure src="/jaeger-traces.png" alt="Jaeger traces" /%}
227
228
#### 3. [OpenTelemetry Protocol](https://opentelemetry.io/docs/specs/otlp/):
0 commit comments