@opentelemetry/instrumentation-grpc

v0.44.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

npm run protos:generate && 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

cross-var lerna run version --scope $npm_package_name --include-dependencies

peer-api-check

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

prepublishOnly

npm run compile

protos:generate

cd test/fixtures && buf generate
npm i @opentelemetry/[email protected]

Metadata

Downloads