@grand-board/otel-cloudflare - v6.11.0
    Preparing search index...

    Interface OTLPExporterConfig

    interface OTLPExporterConfig {
        endpoint: string;
        headers: Record<string, string>;
        resourceAttributes?: Record<string, string>;
        serviceName?: string;
    }
    Index

    Properties

    endpoint: string

    Base OTLP endpoint (e.g., https://otlp-gateway.grafana.net/otlp)

    headers: Record<string, string>

    Headers to send with requests (e.g., Authorization)

    resourceAttributes?: Record<string, string>

    Resource attributes from OTEL_RESOURCE_ATTRIBUTES

    serviceName?: string

    Service name from OTEL_SERVICE_NAME