MCP Server Framework - v1.0.0
    Preparing search index...

    Variable TELEMETRY_DEFAULTSConst

    TELEMETRY_DEFAULTS: {
        METRICS_EXPORTER: "otlp,prometheus";
        OTLP_ENDPOINT: "http://localhost:4318";
        SERVICE_NAME: "mcp-server";
        SERVICE_VERSION_FALLBACK: "unknown";
    } = ...

    Default telemetry configuration values.

    Type Declaration

    • ReadonlyMETRICS_EXPORTER: "otlp,prometheus"

      Default metric exporters

    • ReadonlyOTLP_ENDPOINT: "http://localhost:4318"

      OTEL standard OTLP/HTTP endpoint (per OTEL specification)

    • ReadonlySERVICE_NAME: "mcp-server"

      Default service name (last resort when options.name is also missing)

    • ReadonlySERVICE_VERSION_FALLBACK: "unknown"

      Default service version when not available