@scolastico-dev/open-altcha
    Preparing search index...

    Class OtlpConfigService

    Index

    Properties

    enabled: boolean = ...

    Indicates whether OTLP tracing is enabled.

    OTLP_ENABLED

    true
    
    OTLP_ENABLED=true
    
    metricsEndpoint: string = ...

    The OTLP exporter endpoint for metrics.

    OTLP_METRICS_ENDPOINT

    http://localhost:4318/v1/metrics
    
    OTLP_METRICS_ENDPOINT=http://localhost:4318/v1/metrics
    
    serviceName: string = ...

    Service name for OTLP.

    OTLP_SERVICE_NAME

    altcha-server
    
    OTLP_SERVICE_NAME=altcha-server
    
    traceEndpoint: string = ...

    The OTLP exporter endpoint for traces.

    OTLP_TRACE_ENDPOINT

    http://localhost:4318/v1/traces
    
    OTLP_TRACE_ENDPOINT=http://localhost:4318/v1/traces