@opentelemetry/semantic-conventions

v1.0.1
OpenTelemetry semantic conventions
opentelemetry nodejs tracing attributes semantic conventions

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

watch

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

compile

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

version

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

lint:fix

eslint . --ext .ts --fix

prewatch

npm run precompile

precompile

lerna run version --scope $(npm pkg get name) --include-filtered-dependencies
npm i @opentelemetry/[email protected]

Metadata

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

Downloads