Langfuse JS/TS SDKs
    Preparing search index...

    Interface OtelAttribute

    Key-value attribute pair for resources, scopes, or spans

    interface OtelAttribute {
        key?: string;
        value?: OtelAttributeValue;
    }
    Index

    Properties

    Properties

    key?: string

    Attribute key (e.g., "service.name", "langfuse.observation.type")

    Attribute value