We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e1219 commit 77b29caCopy full SHA for 77b29ca
2 files changed
packages/dd-trace/src/llmobs/plugins/genai/index.js
@@ -14,7 +14,7 @@ const {
14
15
class GenAiLLMObsPlugin extends LLMObsPlugin {
16
static id = 'google-genai'
17
- static integration = 'genai'
+ static integration = 'google_genai'
18
static prefix = 'tracing:apm:google:genai:request'
19
20
constructor () {
packages/dd-trace/test/llmobs/plugins/google-genai/index.spec.js
@@ -64,7 +64,7 @@ describe('Plugin', () => {
64
output_tokens: MOCK_NUMBER,
65
total_tokens: MOCK_NUMBER,
66
},
67
- tags: { ml_app: 'test', integration: 'genai' },
+ tags: { ml_app: 'test', integration: 'google_genai' },
68
})
69
70
@@ -110,7 +110,7 @@ describe('Plugin', () => {
110
111
112
113
114
115
116
@@ -133,7 +133,7 @@ describe('Plugin', () => {
133
modelProvider: 'google',
134
inputDocuments: [{ text: 'Hello, world!' }],
135
outputValue: MOCK_STRING,
136
137
138
139
0 commit comments