File tree Expand file tree Collapse file tree
dynamic-control/src/main/java/io/opentelemetry/contrib/dynamic/sampler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717/**
1818 * A {@link Sampler} implementation that delegates sampling decisions to another {@link Sampler}
19- * instance held in a volatile field. This allows the effective sampling strategy to be
20- * reconfigured at runtime without rebuilding the {@code TracerSdkProvider} or recreating
21- * instrumented components.
19+ * instance held in a volatile field. This allows the effective sampling strategy to be reconfigured
20+ * at runtime without rebuilding the {@code TracerSdkProvider} or recreating instrumented
21+ * components.
2222 *
2323 * <p>This class is thread-safe. All access to the current delegate sampler is performed through a
2424 * volatile reference, so sampling decisions and delegate updates may occur concurrently without
You can’t perform that action at this time.
0 commit comments