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-google-genai/src/opentelemetry/instrumentation/google_genai/generate_content.py
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@
45
45
_logger=logging.getLogger(__name__)
46
46
47
47
48
+
# Constant used for the value of 'gen_ai.operation.name".
49
+
_GENERATE_CONTENT_OP_NAME="generate_content"
50
+
48
51
# Constant used to make the absence of content more understandable.
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/generate_content/nonstreaming_base.py
0 commit comments