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
66import { HttpInstrumentation , IgnoreIncomingRequestFunction } from '@opentelemetry/instrumentation-http' ;
77import { IORedisInstrumentation } from '@opentelemetry/instrumentation-ioredis' ;
88import { NetInstrumentation } from '@opentelemetry/instrumentation-net' ;
9+ import { GraphQLInstrumentation } from '@opentelemetry/instrumentation-graphql' ;
910import { PgInstrumentation } from '@opentelemetry/instrumentation-pg' ;
1011import { PinoInstrumentation } from '@opentelemetry/instrumentation-pino' ;
1112
1213const InstrumentationMap = {
1314 '@opentelemetry/instrumentation-http' : HttpInstrumentation ,
1415 '@opentelemetry/instrumentation-dns' : DnsInstrumentation ,
1516 '@opentelemetry/instrumentation-express' : ExpressInstrumentation ,
17+ '@opentelemetry/instrumentation-graphql' : GraphQLInstrumentation ,
1618 '@opentelemetry/instrumentation-undici' : UndiciInstrumentation ,
1719 '@opentelemetry/instrumentation-generic-pool' : GenericPoolInstrumentation ,
1820 '@opentelemetry/instrumentation-ioredis' : IORedisInstrumentation ,
You can’t perform that action at this time.
0 commit comments