File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ import { GenericPoolInstrumentation } from '@opentelemetry/instrumentation-gener
6
6
import { HttpInstrumentation , IgnoreIncomingRequestFunction } from '@opentelemetry/instrumentation-http' ;
7
7
import { IORedisInstrumentation } from '@opentelemetry/instrumentation-ioredis' ;
8
8
import { NetInstrumentation } from '@opentelemetry/instrumentation-net' ;
9
+ import { GraphQLInstrumentation } from '@opentelemetry/instrumentation-graphql' ;
9
10
import { PgInstrumentation } from '@opentelemetry/instrumentation-pg' ;
10
11
import { PinoInstrumentation } from '@opentelemetry/instrumentation-pino' ;
11
12
12
13
const InstrumentationMap = {
13
14
'@opentelemetry/instrumentation-http' : HttpInstrumentation ,
14
15
'@opentelemetry/instrumentation-dns' : DnsInstrumentation ,
15
16
'@opentelemetry/instrumentation-express' : ExpressInstrumentation ,
17
+ '@opentelemetry/instrumentation-graphql' : GraphQLInstrumentation ,
16
18
'@opentelemetry/instrumentation-undici' : UndiciInstrumentation ,
17
19
'@opentelemetry/instrumentation-generic-pool' : GenericPoolInstrumentation ,
18
20
'@opentelemetry/instrumentation-ioredis' : IORedisInstrumentation ,
You can’t perform that action at this time.
0 commit comments