File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/node-experimental/src/integrations Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class Express extends NodePerformanceIntegration<void> implements Integra
32
32
new ExpressInstrumentation ( {
33
33
requestHook ( span ) {
34
34
addOtelSpanData ( span . spanContext ( ) . spanId , {
35
- origin : 'auto.http.otel- express' ,
35
+ origin : 'auto.http.otel. express' ,
36
36
} ) ;
37
37
} ,
38
38
} ) ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class Fastify extends NodePerformanceIntegration<void> implements Integra
32
32
new FastifyInstrumentation ( {
33
33
requestHook ( span ) {
34
34
addOtelSpanData ( span . spanContext ( ) . spanId , {
35
- origin : 'auto.http.otel- fastify' ,
35
+ origin : 'auto.http.otel. fastify' ,
36
36
} ) ;
37
37
} ,
38
38
} ) ,
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export class Http implements Integration {
153
153
} ,
154
154
contexts : { } ,
155
155
metadata : { } ,
156
- origin : 'auto.http.otel- http' ,
156
+ origin : 'auto.http.otel. http' ,
157
157
} ;
158
158
159
159
if ( span . kind === SpanKind . SERVER ) {
You can’t perform that action at this time.
0 commit comments