Skip to content

Commit 9db3bc9

Browse files
jackshiraziCopilot
andauthored
Update dynamic-control/src/main/java/io/opentelemetry/contrib/dynamic/sampler/DelegatingSampler.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a944929 commit 9db3bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamic-control/src/main/java/io/opentelemetry/contrib/dynamic/sampler/DelegatingSampler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* A {@link Sampler} implementation that delegates sampling decisions to another {@link Sampler}
2020
* instance held in an {@link AtomicReference}. This allows the effective sampling strategy to be
21-
* reconfigured at runtime without rebuilding the {@code TracerSdkProvider} or recreating
21+
* reconfigured at runtime without rebuilding the {@code SdkTracerProvider} or recreating
2222
* instrumented components.
2323
*
2424
* <p>This class is thread-safe. All access to the current delegate sampler is performed through an

0 commit comments

Comments
 (0)