Skip to content

Commit

Permalink
feat!: Removed instrumentation for director
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Jul 24, 2024
1 parent 178901e commit 578421c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 582 deletions.
64 changes: 0 additions & 64 deletions lib/instrumentation/director.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/instrumentations.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = function instrumentations() {
'bunyan': { type: InstrumentationDescriptor.TYPE_GENERIC },
'cassandra-driver': { type: InstrumentationDescriptor.TYPE_DATASTORE },
'connect': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
'director': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
'express': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
'fastify': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
'generic-pool': { type: InstrumentationDescriptor.TYPE_GENERIC },
Expand Down
Loading

0 comments on commit 578421c

Please sign in to comment.