Hello Team, I am using these @opentelemetry/instru...
# support
k
Hello Team, I am using these @opentelemetry/instrumentation-mysql2, @opentelemetry/instrumentation-mongodb and @opentelemetry/instrumentation-pg packages in node js with this opentelemetry.NodeSDK config
Copy code
instrumentations: [
      getNodeAutoInstrumentations(),
      new MySQL2Instrumentation({
         enhancedDatabaseReporting: true, 
      }),
      new MongoDBInstrumentation({
          enhancedDatabaseReporting: true,
      }),
      new PgInstrumentation({
         enhancedDatabaseReporting: true, 
      }),
   ],
But still DB queries are not visible in Trace details
This is working with opentelemetry-instrumentation-sequelize