OpenTelemetry SDK
    Preparing search index...

    JaegerRemoteSampler

    Implements

    Index
    • Checks whether span needs to be created and tracked.

      Parameters

      • context: Context

        Parent Context which may contain a span.

      • traceId: string

        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.

      • spanName: string

        of the span to be created.

      • spanKind: SpanKind

        of the span to be created.

      • attributes: Attributes

        Initial set of Attributes for the Span being constructed.

      • links: Link[]

        Collection of links that will be associated with the Span to be created. Typically useful for batch operations.

      Returns node.SamplingResult

      a SamplingResult.