Skip to content

Commit 0e78170

Browse files
chore: update Jaeger to v2 (#3597)
1 parent ce78eef commit 0e78170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opentelemetry-otlp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
//! Jaeger natively supports the OTLP protocol, making it easy to send traces directly:
145145
//!
146146
//! ```shell
147-
//! $ docker run -p 16686:16686 -p 4317:4317 -e COLLECTOR_OTLP_ENABLED=true jaegertracing/all-in-one:latest
147+
//! $ docker run -p 16686:16686 -p 4317:4317 jaegertracing/jaeger:latest
148148
//! ```
149149
//!
150150
//! After running your application configured with the OTLP exporter, view traces at:

0 commit comments

Comments
 (0)