@opentelemetry/instrumentation-pino

v0.28.0
OpenTelemetry instrumentation for pino
opentelemetry logging nodejs tracing profiling instrumentation pino

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

prewatch

npm run precompile

precompile

tsc --version && lerna run version --scope @opentelemetry/instrumentation-pino --include-filtered-dependencies

version:update

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

test-all-versions

tav
npm i @opentelemetry/[email protected]

Metadata

  • Apache-2.0
  • >=8.5.0
  • OpenTelemetry Authors
  • released 12/2/2021

Downloads