mirror of
https://github.com/langgenius/dify.git
synced 2026-03-01 19:22:10 -05:00
- Create dedicated MeterProvider instance (independent from ext_otel.py) - Add create_metric_exporter() to _ExporterFactory with HTTP/gRPC support - Enterprise metrics now work without requiring standard OTEL to be enabled - Add MeterProvider shutdown to cleanup lifecycle - Update module docstring to reflect full independence (Tracer, Logger, Meter)