File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/opentelemetry-exporter-jaeger Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ OpenTelemetry Jaeger Trace Exporter allows the user to send collected traces to
1919
2020Get up and running with Jaeger in your local environment.
2121
22- [ Jaeger] ( https://www.jaegertracing.io/docs/1.13 / ) stores and queries traces exported by
22+ [ Jaeger] ( https://www.jaegertracing.io/docs/latest / ) stores and queries traces exported by
2323applications instrumented with OpenTelemetry. The easiest way to [ start a Jaeger
24- server] ( https://www.jaegertracing.io/docs/1.13 /getting-started/ ) is to paste the below:
24+ server] ( https://www.jaegertracing.io/docs/latest /getting-started/ ) is to paste the below:
2525
2626``` bash
2727docker run -d --name jaeger \
@@ -33,7 +33,7 @@ docker run -d --name jaeger \
3333 -p 16686:16686 \
3434 -p 14268:14268 \
3535 -p 9411:9411 \
36- jaegertracing/all-in-one:1.13
36+ jaegertracing/all-in-one:latest
3737```
3838
3939Or run the ` jaeger-all-in-one(.exe) ` executable from the [ binary distribution archives] ( https://www.jaegertracing.io/download/ ) :
You can’t perform that action at this time.
0 commit comments