@opentelemetry/instrumentation-pg

v0.35.3
OpenTelemetry postgres automatic instrumentation package.
instrumentation nodejs opentelemetry pg plugin postgres postgresql profiling tracing and 1 more...

tdd

npm run test -- --watch-extensions ts --watch

lint

eslint . --ext .ts

test

nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'

clean

rimraf build/*

watch

tsc -w

compile

tsc -p .

prepare

npm run compile

lint:fix

eslint . --ext .ts --fix

prewatch

npm run precompile

precompile

tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies

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

version:update

node ../../../scripts/version-update.js

test-all-versions

cross-env IN_TAV=true tav

test-all-versions:local

cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions
npm i @opentelemetry/[email protected]

Metadata

Downloads