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
3232 new ExpressInstrumentation ( {
3333 requestHook ( span ) {
3434 addOtelSpanData ( span . spanContext ( ) . spanId , {
35- origin : 'auto.http.otel- express' ,
35+ origin : 'auto.http.otel. express' ,
3636 } ) ;
3737 } ,
3838 } ) ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class Fastify extends NodePerformanceIntegration<void> implements Integra
3232 new FastifyInstrumentation ( {
3333 requestHook ( span ) {
3434 addOtelSpanData ( span . spanContext ( ) . spanId , {
35- origin : 'auto.http.otel- fastify' ,
35+ origin : 'auto.http.otel. fastify' ,
3636 } ) ;
3737 } ,
3838 } ) ,
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export class Http implements Integration {
153153 } ,
154154 contexts : { } ,
155155 metadata : { } ,
156- origin : 'auto.http.otel- http' ,
156+ origin : 'auto.http.otel. http' ,
157157 } ;
158158
159159 if ( span . kind === SpanKind . SERVER ) {
You can’t perform that action at this time.
0 commit comments