@opentelemetry/sdk-metrics

v1.8.0
Work in progress OpenTelemetry metrics SDK
opentelemetry nodejs metrics stats profiling

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 tsconfig.all.json

watch

tsc --build --watch tsconfig.all.json

codecov

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

compile

tsc --build tsconfig.all.json

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

tdd:browser

karma start

test:browser

nyc karma start --single-run

peer-api-check

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

prepublishOnly

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

Metadata

Downloads