This repository was archived by the owner on Nov 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import { SamplingResult } from './SamplingResult';
2121import { SpanKind } from './span_kind' ;
2222
2323/**
24+ * @deprecated use the one declared in @opentelemetry/sdk-trace-base instead.
2425 * This interface represent a sampler. Sampling is a mechanism to control the
2526 * noise and overhead introduced by OpenTelemetry by reducing the number of
2627 * samples of traces collected and sent to the backend.
Original file line number Diff line number Diff line change 1717import { SpanAttributes } from './attributes' ;
1818
1919/**
20+ * @deprecated use the one declared in @opentelemetry/sdk-trace-base instead.
2021 * A sampling decision that determines how a {@link Span} will be recorded
2122 * and collected.
2223 */
@@ -39,6 +40,7 @@ export enum SamplingDecision {
3940}
4041
4142/**
43+ * @deprecated use the one declared in @opentelemetry/sdk-trace-base instead.
4244 * A sampling result contains a decision for a {@link Span} and additional
4345 * attributes the sampler would like to added to the Span.
4446 */
You can’t perform that action at this time.
0 commit comments