Langfuse JS/TS SDKs
    Preparing search index...

    Interface OtelResource

    Resource attributes identifying the source of telemetry

    interface OtelResource {
        attributes?: OtelAttribute[];
    }
    Index

    Properties

    Properties

    attributes?: OtelAttribute[]

    Resource attributes like service.name, service.version, etc.