mirror of
https://github.com/langgenius/dify.git
synced 2026-01-09 00:19:21 +00:00
10 lines
170 B
Python
10 lines
170 B
Python
|
|
from configs.observability.otel.otel_config import OTelConfig
|
||
|
|
|
||
|
|
|
||
|
|
class ObservabilityConfig(OTelConfig):
|
||
|
|
"""
|
||
|
|
Observability configuration settings
|
||
|
|
"""
|
||
|
|
|
||
|
|
pass
|