diff --git a/opentelemetry-otlp/src/lib.rs b/opentelemetry-otlp/src/lib.rs index 672c0a46dc..7df2222af4 100644 --- a/opentelemetry-otlp/src/lib.rs +++ b/opentelemetry-otlp/src/lib.rs @@ -144,7 +144,7 @@ //! Jaeger natively supports the OTLP protocol, making it easy to send traces directly: //! //! ```shell -//! $ 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 //! ``` //! //! After running your application configured with the OTLP exporter, view traces at: