mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
add service layer OTel Span (#28582)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
11
api/extensions/otel/__init__.py
Normal file
11
api/extensions/otel/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from extensions.otel.decorators.base import trace_span
|
||||
from extensions.otel.decorators.handler import SpanHandler
|
||||
from extensions.otel.decorators.handlers.generate_handler import AppGenerateHandler
|
||||
from extensions.otel.decorators.handlers.workflow_app_runner_handler import WorkflowAppRunnerHandler
|
||||
|
||||
__all__ = [
|
||||
"AppGenerateHandler",
|
||||
"SpanHandler",
|
||||
"WorkflowAppRunnerHandler",
|
||||
"trace_span",
|
||||
]
|
||||
Reference in New Issue
Block a user