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
19
19
20
20
Get up and running with Jaeger in your local environment.
21
21
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
23
23
applications 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:
25
25
26
26
``` bash
27
27
docker run -d --name jaeger \
@@ -33,7 +33,7 @@ docker run -d --name jaeger \
33
33
-p 16686:16686 \
34
34
-p 14268:14268 \
35
35
-p 9411:9411 \
36
- jaegertracing/all-in-one:1.13
36
+ jaegertracing/all-in-one:latest
37
37
```
38
38
39
39
Or 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