{"_id":"@opentelemetry/plugin-pg","_rev":"2916060","name":"@opentelemetry/plugin-pg","description":"OpenTelemetry postgres automatic instrumentation package.","dist-tags":{"latest":"0.15.0"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"time":{"modified":"2023-02-01T08:53:54.000Z","created":"2019-12-13T19:47:16.737Z","0.15.0":"2021-04-05T19:01:15.835Z","0.14.0":"2021-03-05T21:28:00.147Z","0.13.1":"2021-02-10T18:08:49.204Z","0.13.0":"2021-02-01T19:18:08.307Z","0.12.1":"2021-01-15T17:15:55.015Z","0.12.0":"2020-12-21T21:24:06.779Z","0.11.0":"2020-10-31T16:18:05.879Z","0.10.0":"2020-09-09T01:08:18.587Z","0.9.0":"2020-08-03T18:44:15.849Z","0.8.0":"2020-05-29T17:48:43.951Z","0.7.0":"2020-04-28T03:42:13.009Z","0.6.1":"2020-04-08T18:38:08.347Z","0.6.0":"2020-04-02T17:38:21.431Z","0.5.2":"2020-03-27T18:04:32.325Z","0.5.1":"2020-03-20T00:46:54.630Z","0.5.0":"2020-03-16T22:13:46.114Z","0.4.0":"2020-02-05T23:08:25.720Z","0.3.3":"2020-01-22T22:52:23.715Z","0.3.2":"2020-01-03T22:02:26.701Z","0.3.1":"2019-12-21T00:03:58.905Z","0.3.0":"2019-12-13T19:47:16.737Z"},"users":{},"author":{"name":"OpenTelemetry Authors"},"repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"versions":{"0.15.0":{"name":"@opentelemetry/plugin-pg","version":"0.15.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.18.2","@opentelemetry/node":"0.18.2","@opentelemetry/test-utils":"^0.15.0","@opentelemetry/tracing":"0.18.2","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"4.1.3"},"dependencies":{"@opentelemetry/api":"^0.18.0","@opentelemetry/core":"^0.18.0","shimmer":"^1.2.1"},"gitHead":"a2de7757da17a026433f0735035f65f7f88f1666","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/plugin-pg@0.15.0","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"91db34c4e024de83022634cb57660e2c7e64b712","size":10244,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.15.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.15.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.15.0_1617649275701_0.813302060034782"},"_hasShrinkwrap":false,"publish_time":1617649275835,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1617649275835,"_cnpmcore_publish_time":"2021-12-16T19:15:32.727Z"},"0.14.0":{"name":"@opentelemetry/plugin-pg","version":"0.14.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.18.0","@opentelemetry/node":"0.18.0","@opentelemetry/test-utils":"^0.14.0","@opentelemetry/tracing":"0.18.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"4.1.3"},"dependencies":{"@opentelemetry/api":"^0.18.0","@opentelemetry/core":"^0.18.0","shimmer":"^1.2.1"},"gitHead":"7a87f4105ff432380132d81f56a33e3f5c4e8fb1","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/plugin-pg@0.14.0","_nodeVersion":"12.21.0","_npmVersion":"lerna/3.22.1/node@v12.21.0+x64 (darwin)","dist":{"shasum":"847898cd1cd8cf49aa4b2fe6af21928fc034f3a5","size":10234,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.14.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.14.0.tgz"},"_npmUser":{"name":"obecny","email":"bobecny@gmail.com"},"directories":{},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.14.0_1614979679968_0.18768720010392537"},"_hasShrinkwrap":false,"publish_time":1614979680147,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1614979680147,"_cnpmcore_publish_time":"2021-12-16T19:15:33.071Z"},"0.13.1":{"name":"@opentelemetry/plugin-pg","version":"0.13.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.15.0","@opentelemetry/node":"0.15.0","@opentelemetry/test-utils":"^0.13.1","@opentelemetry/tracing":"0.15.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"4.1.3"},"dependencies":{"@opentelemetry/api":"^0.15.0","@opentelemetry/core":"^0.15.0","shimmer":"^1.2.1"},"gitHead":"fa0700bae22c5e3d6f007b4353ed18f1f53a6c69","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/plugin-pg@0.13.1","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"1a2d1012031684698397c1e68825ade3925f541e","size":10078,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.13.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.13.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.13.1_1612980529073_0.41329371438791007"},"_hasShrinkwrap":false,"publish_time":1612980529204,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1612980529204,"_cnpmcore_publish_time":"2021-12-16T19:15:33.318Z"},"0.13.0":{"name":"@opentelemetry/plugin-pg","version":"0.13.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.15.0","@opentelemetry/node":"^0.15.0","@opentelemetry/test-utils":"^0.13.0","@opentelemetry/tracing":"^0.15.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"2.0.2","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"3.9.7"},"dependencies":{"@opentelemetry/api":"^0.15.0","@opentelemetry/core":"^0.15.0","shimmer":"^1.2.1"},"gitHead":"9d7446d213bc6d7e9e8ca69cf4d958eac0d43591","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.13.0","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"9dec06c0c6d4e762cc22979e7a170d94426a9cc0","size":10068,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.13.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.13.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.13.0_1612207088166_0.43253206138690947"},"_hasShrinkwrap":false,"publish_time":1612207088307,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1612207088307,"_cnpmcore_publish_time":"2021-12-16T19:15:33.862Z"},"0.12.1":{"name":"@opentelemetry/plugin-pg","version":"0.12.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.14.0","@opentelemetry/node":"^0.14.0","@opentelemetry/test-utils":"^0.12.1","@opentelemetry/tracing":"^0.14.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"2.0.2","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"3.9.7"},"dependencies":{"@opentelemetry/api":"^0.14.0","@opentelemetry/core":"^0.14.0","shimmer":"^1.2.1"},"gitHead":"0fe7949892c80c15a54dad476bd86ad467396f32","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.12.1","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"7ffcb84202c6c6e6770cc54c9398d242fa386f99","size":10066,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.12.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.12.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.12.1_1610730954890_0.7530298863691824"},"_hasShrinkwrap":false,"publish_time":1610730955015,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1610730955015,"_cnpmcore_publish_time":"2021-12-16T19:15:34.060Z"},"0.12.0":{"name":"@opentelemetry/plugin-pg","version":"0.12.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.14.0","@opentelemetry/node":"^0.14.0","@opentelemetry/test-utils":"^0.12.0","@opentelemetry/tracing":"^0.14.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"2.0.2","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"3.9.7"},"dependencies":{"@opentelemetry/api":"^0.14.0","@opentelemetry/core":"^0.14.0","shimmer":"^1.2.1"},"gitHead":"4b7291e4cd8c56a699ffde2c68b4598ef9602b02","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.12.0","_nodeVersion":"12.19.0","_npmVersion":"lerna/3.22.1/node@v12.19.0+x64 (darwin)","dist":{"shasum":"ee591cb6e4a638bcd78d2c2c64833dcd74cdf264","size":10056,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.12.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.12.0.tgz"},"_npmUser":{"name":"obecny","email":"bobecny@gmail.com"},"directories":{},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.12.0_1608585846637_0.3453033142157804"},"_hasShrinkwrap":false,"publish_time":1608585846779,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1608585846779,"_cnpmcore_publish_time":"2021-12-16T19:15:34.306Z"},"0.11.0":{"name":"@opentelemetry/plugin-pg","version":"0.11.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.12.0","@opentelemetry/node":"0.12.0","@opentelemetry/test-utils":"^0.11.0","@opentelemetry/tracing":"0.12.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"2.0.2","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"7.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"3.9.7"},"dependencies":{"@opentelemetry/api":"^0.12.0","@opentelemetry/core":"^0.12.0","shimmer":"^1.2.1"},"gitHead":"f4d1a7120a96476102efeb0ba7aed85ecbfc3a0a","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.11.0","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"9b874b7fa046b99cfe7351063be9202f7df9e5e2","size":10099,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.11.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.11.0_1604161085770_0.10806570353992129"},"_hasShrinkwrap":false,"publish_time":1604161085879,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1604161085879,"_cnpmcore_publish_time":"2021-12-16T19:15:34.488Z"},"0.10.0":{"name":"@opentelemetry/plugin-pg","version":"0.10.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.11.0","@opentelemetry/node":"^0.11.0","@opentelemetry/test-utils":"^0.10.0","@opentelemetry/tracing":"^0.11.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.2","cross-env":"7.0.2","gts":"2.0.2","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"7.0.0","ts-node":"8.10.2","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"3.9.7"},"dependencies":{"@opentelemetry/api":"^0.11.0","@opentelemetry/core":"^0.11.0","shimmer":"^1.2.1"},"gitHead":"903ee951bcfe54fb048a76aed5bf1117951605d7","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.10.0","_nodeVersion":"14.4.0","_npmVersion":"lerna/3.22.1/node@v14.4.0+x64 (darwin)","dist":{"shasum":"11c39b4003780d325282f326d37e22b2ae999cfb","size":10102,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.10.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmUser":{"name":"obecny","email":"bobecny@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.10.0_1599613698467_0.49606264953972645"},"_hasShrinkwrap":false,"publish_time":1599613698587,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1599613698587,"_cnpmcore_publish_time":"2021-12-16T19:15:34.668Z"},"0.9.0":{"name":"@opentelemetry/plugin-pg","version":"0.9.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.10.1","@opentelemetry/node":"0.10.1","@opentelemetry/test-utils":"^0.9.0","@opentelemetry/tracing":"0.10.1","@types/mocha":"7.0.2","@types/node":"12.12.47","@types/pg":"7.14.4","@types/shimmer":"1.0.1","codecov":"3.7.1","cross-env":"7.0.2","gts":"2.0.2","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","rimraf":"3.0.2","ts-mocha":"7.0.0","ts-node":"8.10.2","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"3.9.6"},"dependencies":{"@opentelemetry/api":"^0.10.1","@opentelemetry/core":"^0.10.1","shimmer":"^1.2.1"},"gitHead":"44dbe5bfb07e16380a297935a36c9bef109bf42e","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.9.0","_nodeVersion":"12.14.1","_npmVersion":"lerna/3.22.1/node@v12.14.1+x64 (darwin)","dist":{"shasum":"ef6a73228c08ed35c95555d85d356fed545e72e9","size":9818,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.9.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.9.0_1596480255628_0.7962550372932402"},"_hasShrinkwrap":false,"publish_time":1596480255849,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1596480255849,"_cnpmcore_publish_time":"2021-12-16T19:15:34.863Z"},"0.8.0":{"name":"@opentelemetry/plugin-pg","version":"0.8.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"gts check","lint:fix":"gts fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.8.3","@opentelemetry/node":"^0.8.3","@opentelemetry/test-utils":"^0.8.0","@opentelemetry/tracing":"^0.8.3","@types/mocha":"^7.0.0","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","cross-env":"^6.0.0","gts":"^1.1.0","mocha":"^7.1.2","nyc":"^15.0.0","pg":"^8.0.3","rimraf":"^3.0.0","ts-mocha":"^7.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.8.3","@opentelemetry/core":"^0.8.3","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.8.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.4","dist":{"shasum":"4677b79a0e85ffee535c71053b14d3b8c7f5064f","size":9690,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.8.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.8.0_1590774523783_0.5190162431301939"},"_hasShrinkwrap":false,"publish_time":1590774523951,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1590774523951,"_cnpmcore_publish_time":"2021-12-16T19:15:35.177Z"},"0.7.0":{"name":"@opentelemetry/plugin-pg","version":"0.7.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"gts check","lint:fix":"gts fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.6.1","@opentelemetry/node":"^0.6.1","@opentelemetry/test-utils":"^0.7.0","@opentelemetry/tracing":"^0.6.1","@types/mocha":"^7.0.0","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^15.0.0","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.6.1","@opentelemetry/core":"^0.6.1","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.7.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"a5bd8a204ea9f06fb928b3269cd2619469c226b7","size":9650,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.7.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.7.0_1588045332863_0.6265254678065946"},"_hasShrinkwrap":false,"publish_time":1588045333009,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1588045333009,"_cnpmcore_publish_time":"2021-12-16T19:15:35.379Z"},"0.6.1":{"name":"@opentelemetry/plugin-pg","version":"0.6.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"gts check","lint:fix":"gts fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.6.1","@opentelemetry/node":"^0.6.1","@opentelemetry/test-utils":"^0.6.1","@opentelemetry/tracing":"^0.6.1","@types/mocha":"^7.0.0","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^15.0.0","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.6.1","@opentelemetry/core":"^0.6.1","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.6.1","_nodeVersion":"12.14.1","_npmVersion":"6.14.1","dist":{"shasum":"579341ccd1ceb001d1afe38befadf74ca3bfc7b2","size":9627,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.6.1.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.6.1_1586371088128_0.027644868601056416"},"_hasShrinkwrap":false,"publish_time":1586371088347,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1586371088347,"_cnpmcore_publish_time":"2021-12-16T19:15:35.617Z"},"0.6.0":{"name":"@opentelemetry/plugin-pg","version":"0.6.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"gts check","lint:fix":"gts fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.6.0","@opentelemetry/node":"^0.6.0","@opentelemetry/test-utils":"^0.6.0","@opentelemetry/tracing":"^0.6.0","@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^15.0.0","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.6.0","@opentelemetry/core":"^0.6.0","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.6.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"c309ab607700684d436620b5bf5b5123740762bd","size":9628,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.6.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.6.0_1585849101104_0.2123550595725867"},"_hasShrinkwrap":false,"publish_time":1585849101431,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1585849101431,"_cnpmcore_publish_time":"2021-12-16T19:15:35.800Z"},"0.5.2":{"name":"@opentelemetry/plugin-pg","version":"0.5.2","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"gts check","lint:fix":"gts fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.5.2","@opentelemetry/node":"^0.5.2","@opentelemetry/test-utils":"^0.5.2","@opentelemetry/tracing":"^0.5.2","@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.5.2","@opentelemetry/core":"^0.5.2","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.5.2","_nodeVersion":"12.14.1","_npmVersion":"6.14.1","dist":{"shasum":"8a8c8ebe3d25fcd8d063eb1fbe9377e20b7105c4","size":9655,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.5.2.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.5.2_1585332272169_0.4298368545526057"},"_hasShrinkwrap":false,"publish_time":1585332272325,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1585332272325,"_cnpmcore_publish_time":"2021-12-16T19:15:36.020Z"},"0.5.1":{"name":"@opentelemetry/plugin-pg","version":"0.5.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"gts check","lint:fix":"gts fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.5.1","@opentelemetry/node":"^0.5.1","@opentelemetry/test-utils":"^0.5.1","@opentelemetry/tracing":"^0.5.1","@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.5.1","@opentelemetry/core":"^0.5.1","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.5.1","_nodeVersion":"12.14.1","_npmVersion":"6.14.1","dist":{"shasum":"2de05dd3b8ef3dec04d262f99caf55aa2b5e7b42","size":9658,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.5.1.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.5.1_1584665214517_0.6040477733667238"},"_hasShrinkwrap":false,"publish_time":1584665214630,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1584665214630,"_cnpmcore_publish_time":"2021-12-16T19:15:36.230Z"},"0.5.0":{"name":"@opentelemetry/plugin-pg","version":"0.5.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"gts check","lint:fix":"gts fix","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.5.0","@opentelemetry/node":"^0.5.0","@opentelemetry/test-utils":"^0.5.0","@opentelemetry/tracing":"^0.5.0","@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.5.0","@opentelemetry/core":"^0.5.0","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.5.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"4f62379153f4fc60cac07f15e1551de30fab0c2f","size":9654,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.5.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.5.0_1584396825984_0.20464378338591893"},"_hasShrinkwrap":false,"publish_time":1584396826114,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1584396826114,"_cnpmcore_publish_time":"2021-12-16T19:15:36.469Z"},"0.4.0":{"name":"@opentelemetry/plugin-pg","version":"0.4.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","tdd":"npm run test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","check":"gts check","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","fix":"gts fix","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/node":"^0.4.0","@opentelemetry/test-utils":"^0.4.0","@opentelemetry/tracing":"^0.4.0","@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.16.0","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/api":"^0.4.0","@opentelemetry/core":"^0.4.0","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.4.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"a2d7d98ded5c31a7112263b03d91bb693de15834","size":9638,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.4.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.4.0_1580944105589_0.45125775467765283"},"_hasShrinkwrap":false,"publish_time":1580944105720,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1580944105720,"_cnpmcore_publish_time":"2021-12-16T19:15:36.683Z"},"0.3.3":{"name":"@opentelemetry/plugin-pg","version":"0.3.3","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true yarn test","tdd":"yarn test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","check":"gts check","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","fix":"gts fix","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/node":"^0.3.3","@opentelemetry/test-utils":"^0.3.3","@opentelemetry/tracing":"^0.3.3","@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.6.2","tslint-consistent-codestyle":"^1.15.1","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/core":"^0.3.3","@opentelemetry/types":"^0.3.3","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.3.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"a85f28872bc5063ba7c5b320e864ff5517c62977","size":9631,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.3.3.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.3.3_1579733543571_0.4338032508727254"},"_hasShrinkwrap":false,"publish_time":1579733543715,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1579733543715,"_cnpmcore_publish_time":"2021-12-16T19:15:36.910Z"},"0.3.2":{"name":"@opentelemetry/plugin-pg","version":"0.3.2","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true yarn test","tdd":"yarn test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","check":"gts check","precompile":"tsc --version","version:update":"node ../../../scripts/version-update.js","compile":"npm run version:update && tsc -p .","fix":"gts fix","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/node":"^0.3.2","@opentelemetry/test-utils":"^0.3.2","@opentelemetry/tracing":"^0.3.2","@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.3.0","tslint-consistent-codestyle":"^1.15.1","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/core":"^0.3.2","@opentelemetry/types":"^0.3.2","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.3.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"039d8d2c386b9911ce89c2c95453c2a0ee8eedec","size":9597,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.3.2.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.3.2_1578088946574_0.4517869295644876"},"_hasShrinkwrap":false,"publish_time":1578088946701,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1578088946701,"_cnpmcore_publish_time":"2021-12-16T19:15:37.113Z"},"0.3.1":{"name":"@opentelemetry/plugin-pg","version":"0.3.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true yarn test","tdd":"yarn test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","check":"gts check","precompile":"tsc --version","compile":"tsc -p .","fix":"gts fix","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.3.0","tslint-consistent-codestyle":"^1.15.1","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/core":"^0.3.1","@opentelemetry/node":"^0.3.1","@opentelemetry/tracing":"^0.3.1","@opentelemetry/types":"^0.3.1","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.3.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"10af6705f75fd79ce5ebedaa8e1462a8f05f3924","size":9051,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.3.1.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.3.1_1576886638804_0.382522648601342"},"_hasShrinkwrap":false,"publish_time":1576886638905,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1576886638905,"_cnpmcore_publish_time":"2021-12-16T19:15:37.297Z"},"0.3.0":{"name":"@opentelemetry/plugin-pg","version":"0.3.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true yarn test","tdd":"yarn test -- --watch-extensions ts --watch","clean":"rimraf build/*","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","check":"gts check","precompile":"tsc --version","compile":"tsc -p .","fix":"gts fix","prepare":"npm run compile"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.9","@types/pg":"^7.11.2","@types/shimmer":"^1.0.1","codecov":"^3.6.1","gts":"^1.1.0","mocha":"^6.2.0","nyc":"^14.1.1","pg":"^7.12.1","rimraf":"^3.0.0","ts-mocha":"^6.0.0","ts-node":"^8.3.0","tslint-consistent-codestyle":"^1.15.1","tslint-microsoft-contrib":"^6.2.0","typescript":"3.7.2"},"dependencies":{"@opentelemetry/core":"^0.3.0","@opentelemetry/node":"^0.3.0","@opentelemetry/tracing":"^0.3.0","@opentelemetry/types":"^0.3.0","shimmer":"^1.2.1"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/plugin-pg@0.3.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mayurkale22","email":"mayurkale22@gmail.com"},"dist":{"shasum":"db2a9823359a841a8963969dcda39da1d385c44a","size":9037,"noattachment":false,"key":"/@opentelemetry/plugin-pg/-/@opentelemetry/plugin-pg-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/plugin-pg/download/@opentelemetry/plugin-pg-0.3.0.tgz"},"maintainers":[{"name":"bogdandrutu","email":""},{"name":"dyladan","email":""},{"name":"npm:bogdandrutu","email":""},{"name":"npm:dyladan","email":""},{"name":"npm:mayurkale22","email":""},{"name":"npm:obecny","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-pg_0.3.0_1576266436637_0.039095943925089305"},"_hasShrinkwrap":false,"publish_time":1576266436737,"deprecated":"Deprecated in favor of @opentelemetry/instrumentation-pg","_cnpm_publish_time":1576266436737,"_cnpmcore_publish_time":"2021-12-16T19:15:37.542Z"}},"readme":"# OpenTelemetry Postgres Instrumentation for Node.js\n\n[![NPM Published Version][npm-img]][npm-url]\n[![dependencies][dependencies-image]][dependencies-url]\n[![devDependencies][devDependencies-image]][devDependencies-url]\n[![Apache License][license-image]][license-image]\n\nThis module provides automatic instrumentation for [`pg`](https://github.com/brianc/node-postgres).\n\nFor automatic instrumentation see the\n[@opentelemetry/node](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-node) package.\n\n## Installation\n\n```bash\nnpm install --save @opentelemetry/plugin-pg\nnpm install --save @opentelemetry/plugin-pg-pool\n```\n\n## Usage\n\nTo load all of the [default supported plugins](https://github.com/open-telemetry/opentelemetry-js#plugins), use the below approach. Each plugin is only loaded when the module that it patches is loaded; in other words, there is no computational overhead for listing plugins for unused modules.\n\n```js\nconst { NodeTracerProvider } = require('@opentelemetry/node');\n\nconst provider = new NodeTracerProvider(); // All default plugins will be used\n```\n\nIf instead you would just want to load a specific plugin (**pg** in this case), specify it in the `NodeTracer` configuration.\n\n```js\nconst { NodeTracerProvider } = require('@opentelemetry/node');\n\nconst provider = new NodeTracerProvider({\n  plugins: {\n    pg: {\n      enabled: true,\n      // You may use a package name or absolute path to the module\n      path: '@opentelemetry/plugin-pg',\n    }\n  }\n});\n```\n\nIf you are using any of the [`pg.Pool`](https://node-postgres.com/api/pool) APIs, you will also need to include the [`pg-pool` plugin](../opentelemetry-plugin-pg-pool).\n\n```js\nconst { NodeTracerProvider } = require('@opentelemetry/node');\n\nconst provider = new NodeTracerProvider({\n  plugins: {\n    pg: {\n      enabled: true,\n      // You may use a package name or absolute path to the module\n      path: '@opentelemetry/plugin-pg',\n    },\n    'pg-pool': {\n      enabled: true,\n      // You may use a package name or absolute path to the module\n      path: '@opentelemetry/plugin-pg-pool',\n    },\n  }\n});\n```\n\nSee [examples/postgres](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/examples/postgres) for a short example.\n\n### PostgreSQL Plugin Options\n\nPostgreSQL plugin has few options available to choose from. You can set the following:\n\n| Options | Type | Description |\n| ------- | ---- | ----------- |\n| [`enhancedDatabaseReporting`](https://github.com/open-telemetry/opentelemetry-js/blob/main/packages/opentelemetry-api/src/trace/instrumentation/Plugin.ts#L90) | `boolean` | If true, additional information about query parameters and results will be attached (as `attributes`) to spans representing database operations |\n\n## Supported Versions\n\n- [pg](https://npmjs.com/package/pg): `7.x`\n- [pg-pool](https://npmjs.com/package/pg-pool): `2.x` (Installed by `pg`)\n\n## Useful links\n- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>\n- For more about OpenTelemetry JavaScript: <https://github.com/open-telemetry/opentelemetry-js>\n- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]\n\n## License\n\nApache 2.0 - See [LICENSE][license-url] for more information.\n\n[discussions-url]: https://github.com/open-telemetry/opentelemetry-js/discussions\n[license-url]: https://github.com/open-telemetry/opentelemetry-js/blob/main/LICENSE\n[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat\n[dependencies-image]: https://status.david-dm.org/gh/open-telemetry/opentelemetry-js-contrib.svg?path=plugins%2Fnode%2Fopentelemetry-plugin-pg\n[dependencies-url]: https://david-dm.org/open-telemetry/opentelemetry-js-contrib?path=plugins%2Fnode%2Fopentelemetry-plugin-pg\n[devDependencies-image]: https://status.david-dm.org/gh/open-telemetry/opentelemetry-js-contrib.svg?path=plugins%2Fnode%2Fopentelemetry-plugin-pg&type=dev\n[devDependencies-url]: https://david-dm.org/open-telemetry/opentelemetry-js-contrib?path=plugins%2Fnode%2Fopentelemetry-plugin-pg&type=dev\n[npm-url]: https://www.npmjs.com/package/@opentelemetry/plugin-pg\n[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Fplugin-pg.svg\n","_attachments":{},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"license":"Apache-2.0"}