Skip to content

Commit 2e38914

Browse files
refactor: Update mysql and mysql2 instrumentation to subscribe to events emitted (#3423)
1 parent 859f27f commit 2e38914

38 files changed

+702
-1724
lines changed

lib/db/utils.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

lib/instrumentation/mysql/mysql.js

Lines changed: 0 additions & 333 deletions
This file was deleted.

lib/instrumentation/mysql/nr-hooks.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

lib/instrumentations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ module.exports = function instrumentations() {
3030
langchain: { module: './instrumentation/langchain' },
3131
memcached: { type: InstrumentationDescriptor.TYPE_DATASTORE },
3232
mongodb: { type: InstrumentationDescriptor.TYPE_DATASTORE },
33-
mysql: { module: './instrumentation/mysql' },
3433
next: { module: './instrumentation/nextjs' },
3534
q: { type: null },
3635
redis: { type: InstrumentationDescriptor.TYPE_DATASTORE },

0 commit comments

Comments
 (0)