diff --git a/samplers/README.md b/samplers/README.md index 4be98779b..854d44e61 100644 --- a/samplers/README.md +++ b/samplers/README.md @@ -8,7 +8,7 @@ The following samplers support [declarative configuration](https://opentelemetry To use: -* Add a dependency on `io.opentelemetry:opentelemetry-sdk-extension-incubator:` +* Add a dependency on `io.opentelemetry.contrib:opentelemetry-samplers:` * Follow the [instructions](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/incubator/README.md#file-configuration) to configure OpenTelemetry with declarative configuration. * Configure the `.tracer_provider.sampler` to include the `rule_based_routing` sampler.