Skip to content

Commit

Permalink
[tracing] Update tracing.txt for Opentelemetry 0.6.0 version bump (Se…
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Jul 24, 2020
1 parent cbb461d commit fb261c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/server/src/org/openqa/selenium/grid/commands/tracing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on macOS or Linux:
```
java -jar selenium.jar \
--ext $(coursier fetch -p \
io.opentelemetry:opentelemetry-exporters-jaeger:0.4.0 \
io.opentelemetry:opentelemetry-exporters-jaeger:0.6.0 \
io.grpc:grpc-okhttp:1.29.0) \
standalone
```
Expand All @@ -35,7 +35,7 @@ this can be done via system properties. Modifying our example:
-DJAEGER_AGENT_PORT=14250 \
-jar selenium.jar \
--ext $(coursier fetch -p \
io.opentelemetry:opentelemetry-exporters-jaeger:0.4.0 \
io.opentelemetry:opentelemetry-exporters-jaeger:0.6.0 \
io.grpc:grpc-okhttp:1.29.0) \
standalone
```
Expand All @@ -48,7 +48,7 @@ locally:
docker run --rm -it --name jaeger \
-p 16686:16686 \
-p 14250:14250 \
jaegertracing/all-in-one:1.17.1
jaegertracing/all-in-one:1.18.0
```

Now run some tests, and then point a browser at
Expand Down

0 comments on commit fb261c5

Please sign in to comment.