Skip to content

Commit

Permalink
chore: add ioredis to the list of default enabled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jan 2, 2020
1 parent 12f5503 commit 6a558a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/opentelemetry-node/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ export const DEFAULT_INSTRUMENTATION_PLUGINS: Plugins = {
mysql: { enabled: true, path: '@opentelemetry/plugin-mysql' },
pg: { enabled: true, path: '@opentelemetry/plugin-pg' },
redis: { enabled: true, path: '@opentelemetry/plugin-redis' },
ioredis: { enabled: true, path: '@opentelemetry/plugin-ioredis' },
};

0 comments on commit 6a558a1

Please sign in to comment.