We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a043e commit 96e024fCopy full SHA for 96e024f
instrumentation-genai/opentelemetry-instrumentation-vertexai/tests/test_chat_completions.py
@@ -82,6 +82,8 @@ def test_generate_content_without_events(
82
"gen_ai.operation.name": "chat",
83
"gen_ai.request.model": "gemini-1.5-flash-002",
84
"gen_ai.system": "vertex_ai",
85
+ "server.address": "us-central1-aiplatform.googleapis.com",
86
+ "server.port": 443,
87
}
88
89
# Emits event without body.content
0 commit comments