@opentelemetry/sdk-metrics

v1.20.0
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.json tsconfig.esm.json tsconfig.esnext.json

watch

tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json

codecov

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

compile

tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json

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

tdd:browser

karma start

test:browser

karma start --single-run

peer-api-check

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

prepublishOnly

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

Metadata

Downloads