Langfuse JS/TS SDKs
    Preparing search index...

    Interface OtelResourceSpan

    Represents a collection of spans from a single resource as per OTLP specification

    interface OtelResourceSpan {
        resource?: OtelResource;
        scopeSpans?: OtelScopeSpan[];
    }
    Index

    Properties

    resource?: OtelResource

    Resource information

    scopeSpans?: OtelScopeSpan[]

    Array of scope spans