mirror of
https://github.com/langgenius/dify.git
synced 2026-02-26 12:37:18 +08:00
Add configuration fields for enterprise OpenTelemetry telemetry: - ENTERPRISE_TELEMETRY_ENABLED: Master toggle for telemetry - ENTERPRISE_OTLP_ENDPOINT: OTEL collector endpoint URL - ENTERPRISE_OTLP_HEADERS: Optional authentication headers - ENTERPRISE_INCLUDE_CONTENT: Privacy control for PII in traces - ENTERPRISE_OTEL_SAMPLING_RATE: Trace sampling rate (default 1.0) - ENTERPRISE_SERVICE_NAME: Service name in OTEL resource attributes All settings require ENTERPRISE_ENABLED=true to take effect.