Coolify: Suppress coordinator OTLP exporter errors #441
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolution
Added
OTEL_SDK_DISABLED=trueto the Coolify service.envfile. This is the standard OpenTelemetry environment variable that disables the SDK entirely.The coordinator Python app initializes the OTel SDK at import time (before checking
MOSAIC_TELEMETRY_ENABLED), but withOTEL_SDK_DISABLED=truethe SDK creates a no-op exporter — no connection attempts to localhost:4318, no OTLP error noise in logs.Verification
OTEL_SDK_DISABLED=true