Skip to content

Commit d446e80

Browse files
committed
imported OTEL config class to common_service
1 parent 3e0b902 commit d446e80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/workflows/services/common_service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
import workflows
1919
import workflows.logging
2020
from workflows.transport.middleware.otel_tracing import OTELTracingMiddleware
21+
from workflows.util.zocalo.configuration import OTEL
22+
2123

2224

2325
class Status(enum.Enum):

0 commit comments

Comments
 (0)