@opentelemetry/node

v0.17.1-alpha.2
OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications
opentelemetry nodejs tracing profiling metrics stats

compile

tsc --build

clean

tsc --build --clean

test

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

tdd

npm run test -- --watch-extensions ts --watch

codecov

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

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

version

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

watch

tsc --build --watch
npm i @opentelemetry/[email protected]

Metadata

  • Apache-2.0
  • >=8.0.0
  • OpenTelemetry Authors
  • released 2/20/2021

Downloads