OpenTelemetry logging instrumentation for Mellea. Provides log export using OpenTelemetry Logs API with OTLP exporter support. Configuration via environment variables:Documentation Index
Fetch the complete documentation index at: https://docs.mellea.ai/llms.txt
Use this file to discover all available pages before exploring further.
- MELLEA_LOGS_OTLP: Enable OTLP logs exporter (default: false)
- OTEL_EXPORTER_OTLP_LOGS_ENDPOINT: Logs-specific endpoint (optional, overrides general)
- OTEL_EXPORTER_OTLP_ENDPOINT: General endpoint for all signals (fallback)
- OTEL_SERVICE_NAME: Service name for logs (default: mellea)
Functions
FUNC get_otlp_log_handler
- LoggingHandler instance if OTLP logging is enabled and configured,
- None otherwise.