@opentelemetry/instrumentation-mysql

v0.25.0
OpenTelemetry mysql automatic instrumentation package.
opentelemetry mysql nodejs tracing profiling instrumentation

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/*

codecov

nyc report --reporter=json && codecov -f coverage/*.json -p ../../

compile

npm run version:update && tsc -p .

prepare

npm run compile

lint:fix

eslint . --ext .ts --fix

precompile

tsc --version

version:update

node ../../../scripts/version-update.js
npm i @opentelemetry/[email protected]

Metadata

  • Apache-2.0
  • >=8.5.0
  • OpenTelemetry Authors
  • released 9/15/2021

Downloads