Skip to content

Commit ae6f9b4

Browse files
committed
feat!: Removed instrumentation for director
1 parent ef8c006 commit ae6f9b4

File tree

5 files changed

+0
-582
lines changed

5 files changed

+0
-582
lines changed

lib/instrumentation/director.js

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

lib/instrumentations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module.exports = function instrumentations() {
2424
'bunyan': { type: InstrumentationDescriptor.TYPE_GENERIC },
2525
'cassandra-driver': { type: InstrumentationDescriptor.TYPE_DATASTORE },
2626
'connect': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
27-
'director': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
2827
'express': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
2928
'fastify': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
3029
'generic-pool': { type: InstrumentationDescriptor.TYPE_GENERIC },

0 commit comments

Comments
 (0)