Checks whether span needs to be created and tracked.
Parent Context which may contain a span.
of the span to be created. It can be different from the traceId in the SpanContext. Typically in situations when the span to be created starts a new trace.
of the span to be created.
of the span to be created.
Initial set of SpanAttributes for the Span being constructed.
Collection of links that will be associated with the Span to be created. Typically useful for batch operations.
Returns the sampler name or short description with the configuration.
Generated using TypeDoc
This interface represent a sampler. Sampling is a mechanism to control the noise and overhead introduced by OpenTelemetry by reducing the number of samples of traces collected and sent to the backend.