Skip to content

Commit

Permalink
feat: add pg-pool to default list of instrumented plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jan 3, 2020
1 parent 3669648 commit b282ef8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/opentelemetry-node/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ export const DEFAULT_INSTRUMENTATION_PLUGINS: Plugins = {
pg: { enabled: true, path: '@opentelemetry/plugin-pg' },
redis: { enabled: true, path: '@opentelemetry/plugin-redis' },
ioredis: { enabled: true, path: '@opentelemetry/plugin-ioredis' },
'pg-pool': { enabled: true, path: '@opentelemetry/plugin-pg-pool' },
};
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@opentelemetry/plugin-pg-pool",
"version": "0.3.2",
"description": "OpenTelemetry postgres pool automatic instrumentation package.",
"private": true,
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
Expand Down

0 comments on commit b282ef8

Please sign in to comment.