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

    Variable SdkLogMessagesConst

    SdkLogMessages: {
        INIT_PACKAGES_MISSING: "OpenTelemetry packages not installed (%s). OTEL_ENABLED=true requires: npm install @opentelemetry/sdk-node @opentelemetry/sdk-metrics @opentelemetry/sdk-trace-base @opentelemetry/exporter-trace-otlp-http @opentelemetry/exporter-metrics-otlp-http @opentelemetry/exporter-prometheus @opentelemetry/instrumentation-http @opentelemetry/instrumentation-express @opentelemetry/resources @opentelemetry/semantic-conventions — disabling telemetry";
        INIT_SKIPPED: "OpenTelemetry disabled - skipping initialization";
        INIT_START: "Initializing OpenTelemetry SDK";
        INIT_SUCCESS: "OpenTelemetry initialized: service=%s, endpoint=%s";
        METRICS_EXPORTERS_CONFIGURED: "Metric exporters configured: %s";
        PROMETHEUS_EXPORTER_ADDED: "Prometheus MetricReader added (embedded at /metrics)";
        SHUTDOWN_ERROR: "Error shutting down OpenTelemetry SDK: %s";
        SHUTDOWN_SKIPPED: "OpenTelemetry SDK not initialized - nothing to shutdown";
        SHUTDOWN_START: "Shutting down OpenTelemetry SDK";
        SHUTDOWN_SUCCESS: "OpenTelemetry SDK shut down successfully";
        TRACE_EXPORTER_CONFIGURED: "Trace exporter configured: %s";
        UNKNOWN_METRIC_EXPORTER: "Unknown metric exporter '%s' — ignored. Supported: otlp, prometheus, console, none";
        UNKNOWN_TRACE_EXPORTER: "Unknown trace exporter '%s' — falling back to OTLP. Supported: otlp, console, none";
    } = ...

    Centralized log messages for SDK lifecycle.

    Type Declaration

    • ReadonlyINIT_PACKAGES_MISSING: "OpenTelemetry packages not installed (%s). OTEL_ENABLED=true requires: npm install @opentelemetry/sdk-node @opentelemetry/sdk-metrics @opentelemetry/sdk-trace-base @opentelemetry/exporter-trace-otlp-http @opentelemetry/exporter-metrics-otlp-http @opentelemetry/exporter-prometheus @opentelemetry/instrumentation-http @opentelemetry/instrumentation-express @opentelemetry/resources @opentelemetry/semantic-conventions — disabling telemetry"
    • ReadonlyINIT_SKIPPED: "OpenTelemetry disabled - skipping initialization"
    • ReadonlyINIT_START: "Initializing OpenTelemetry SDK"
    • ReadonlyINIT_SUCCESS: "OpenTelemetry initialized: service=%s, endpoint=%s"
    • ReadonlyMETRICS_EXPORTERS_CONFIGURED: "Metric exporters configured: %s"
    • ReadonlyPROMETHEUS_EXPORTER_ADDED: "Prometheus MetricReader added (embedded at /metrics)"
    • ReadonlySHUTDOWN_ERROR: "Error shutting down OpenTelemetry SDK: %s"
    • ReadonlySHUTDOWN_SKIPPED: "OpenTelemetry SDK not initialized - nothing to shutdown"
    • ReadonlySHUTDOWN_START: "Shutting down OpenTelemetry SDK"
    • ReadonlySHUTDOWN_SUCCESS: "OpenTelemetry SDK shut down successfully"
    • ReadonlyTRACE_EXPORTER_CONFIGURED: "Trace exporter configured: %s"
    • ReadonlyUNKNOWN_METRIC_EXPORTER: "Unknown metric exporter '%s' — ignored. Supported: otlp, prometheus, console, none"
    • ReadonlyUNKNOWN_TRACE_EXPORTER: "Unknown trace exporter '%s' — falling back to OTLP. Supported: otlp, console, none"