@opentelemetry/instrumentation-fastify

v0.39.0
OpenTelemetry instrumentation for `fastify` http web application framework
fastify instrumentation nodejs opentelemetry profiling tracing

clean

rimraf build/*

compile

tsc -p .

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

lint:readme

node ../../../scripts/lint-readme.js

precompile

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

prepublishOnly

npm run compile

test

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

test-all-versions

tav

version:update

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

prewatch

npm run precompile

watch

tsc -w
npm i @opentelemetry/instrumentation-fastify

Metadata

Downloads