You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/__init__.py
+10-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
fromopentelemetry.semconv.schemasimportSchemas
53
53
fromopentelemetry.traceimportget_tracer
54
54
55
-
from .patchimportchat_completions_create
55
+
from .patchimportasync_chat_completions_create, chat_completions_create
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/patch.py
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/utils.py
0 commit comments