Skip to content

Commit 1bef697

Browse files
authored
Merge pull request #207 from Scale3-Labs/ali/patch-span-name
fix span name
2 parents 76838b9 + 3bd2f42 commit 1bef697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/instrumentation/vertexai/instrumentation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class VertexAIInstrumentation extends InstrumentationBase<any> {
5959
startChatPatch(
6060
originalMethod,
6161
this.tracer,
62-
APIS.vertexai.START_CHAT.METHOD,
62+
APIS.vertexai.SEND_MESSAGE.METHOD,
6363
this.instrumentationVersion,
6464
name,
6565
moduleVersion,
@@ -70,7 +70,7 @@ class VertexAIInstrumentation extends InstrumentationBase<any> {
7070
startChatPatch(
7171
originalMethod,
7272
this.tracer,
73-
APIS.vertexai.START_CHAT.METHOD,
73+
APIS.vertexai.SEND_MESSAGE.METHOD,
7474
this.instrumentationVersion,
7575
name,
7676
moduleVersion,

0 commit comments

Comments
 (0)