feat: update dependencies, node
This commit is contained in:
2
node_modules/@opentelemetry/api/build/esm/trace/SamplingResult.d.ts
generated
vendored
2
node_modules/@opentelemetry/api/build/esm/trace/SamplingResult.d.ts
generated
vendored
@@ -1,5 +1,6 @@
|
||||
import { SpanAttributes } from './attributes';
|
||||
/**
|
||||
* @deprecated use the one declared in @opentelemetry/sdk-trace-base instead.
|
||||
* A sampling decision that determines how a {@link Span} will be recorded
|
||||
* and collected.
|
||||
*/
|
||||
@@ -21,6 +22,7 @@ export declare enum SamplingDecision {
|
||||
RECORD_AND_SAMPLED = 2
|
||||
}
|
||||
/**
|
||||
* @deprecated use the one declared in @opentelemetry/sdk-trace-base instead.
|
||||
* A sampling result contains a decision for a {@link Span} and additional
|
||||
* attributes the sampler would like to added to the Span.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user