Skip to content

Commit 7444699

Browse files
authored
doc: fix samplers dependency path (#2082)
1 parent 123b1cc commit 7444699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samplers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following samplers support [declarative configuration](https://opentelemetry
88

99
To use:
1010

11-
* Add a dependency on `io.opentelemetry:opentelemetry-sdk-extension-incubator:<version>`
11+
* Add a dependency on `io.opentelemetry.contrib:opentelemetry-samplers:<version>`
1212
* 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.
1313
* Configure the `.tracer_provider.sampler` to include the `rule_based_routing` sampler.
1414

0 commit comments

Comments
 (0)