Files
dify/api/extensions/otel/semconv/__init__.py
heyszt 10b59cd6ba add service layer OTel Span (#28582)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-05 21:58:32 +08:00

7 lines
188 B
Python

"""Semantic convention shortcuts for Dify-specific spans."""
from .dify import DifySpanAttributes
from .gen_ai import GenAIAttributes
__all__ = ["DifySpanAttributes", "GenAIAttributes"]