Libraries
    Preparing search index...

    Interface WithSpanOptions

    Options shared by both calling conventions of withSpan.

    interface WithSpanOptions {
        attributes?: Attributes;
        kind?: SpanKind;
        tracerName?: string;
        tracerVersion?: string;
    }
    Index

    Properties

    attributes?: Attributes

    Initial attributes to set on the span.

    kind?: SpanKind

    OTel span kind.

    SpanKind.INTERNAL
    
    tracerName?: string

    Tracer name used when resolving the OTel tracer.

    '@cleverbrush/otel'
    
    tracerVersion?: string

    Tracer version.