@opentelemetry/instrumentation-undici

v0.5.0
OpenTelemetry instrumentation for `undici` http client and Node.js fetch()
opentelemetry fetch undici nodejs tracing 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/*

watch

tsc -w

compile

tsc -p .

lint:fix

eslint . --ext .ts --fix

prewatch

npm run precompile

precompile

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

prepublishOnly

npm run compile

version:update

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

test-all-versions

tav
npm i @opentelemetry/[email protected]

Metadata

Downloads