There was an error while loading. Please reload this page.
1 parent ce78eef commit 0e78170Copy full SHA for 0e78170
1 file changed
opentelemetry-otlp/src/lib.rs
@@ -144,7 +144,7 @@
144
//! Jaeger natively supports the OTLP protocol, making it easy to send traces directly:
145
//!
146
//! ```shell
147
-//! $ docker run -p 16686:16686 -p 4317:4317 -e COLLECTOR_OTLP_ENABLED=true jaegertracing/all-in-one:latest
+//! $ docker run -p 16686:16686 -p 4317:4317 jaegertracing/jaeger:latest
148
//! ```
149
150
//! After running your application configured with the OTLP exporter, view traces at:
0 commit comments