Skip to content

Commit 8aa66e1

Browse files
joepioPolleps
authored andcommitted
Get rid of opentelemetry-jaeger #1060
1 parent 1aecbf9 commit 8aa66e1

File tree

5 files changed

+1641
-746
lines changed

5 files changed

+1641
-746
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ There are two ways you can use `tracing` to get insights into performance.
155155
#### Tracing with OpenTelemetry (and Jaeger)
156156

157157
- Run the server with `--trace opentelemetry` and add `--log-level trace` to inspect more events
158-
- Run an OpenTelemetry compatible service, such as [Jaeger](https://www.jaegertracing.io/docs/1.34/getting-started/). See `docker run` command below or use the vscode task.
158+
- Run an OpenTelemetry compatible service, such as Jaeger. See `docker run` command below or use the vscode task.
159159
- Visit jaeger: `http://localhost:16686`
160160

161161
```sh
@@ -168,7 +168,7 @@ docker run -d --platform linux/amd64 --name jaeger \
168168
-p 16686:16686 \
169169
-p 14268:14268 \
170170
-p 9411:9411 \
171-
jaegertracing/all-in-one:1.6
171+
jaegertracing/all-in-one:latest
172172
```
173173

174174
#### Tracing with Chrome

0 commit comments

Comments
 (0)