@opentelemetry/instrumentation-grpc

v0.38.0
OpenTelemetry grpc automatic instrumentation package.
opentelemetry grpc 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

tsc --build --clean

watch

tsc --build --watch

codecov

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

compile

tsc --build

version

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

lint:fix

eslint . --ext .ts --fix

prewatch

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

precompile

lerna run version --scope $(npm pkg get name) --include-dependencies

peer-api-check

node ../../../scripts/peer-api-check.js

prepublishOnly

npm run compile
npm i @opentelemetry/[email protected]

Metadata

Downloads