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
Kapil Kumar
12/31/2024, 8:29 AM
This is working with opentelemetry-instrumentation-sequelize
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.