@opentelemetry/exporter-trace-otlp-proto

v0.29.2
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector using protobuf over HTTP
opentelemetry nodejs protobuf tracing profiling metrics stats

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

watch

tsc -w

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

npm run precompile

precompile

lerna run version --scope $(npm pkg get name) --include-dependencies

peer-api-check

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

prepublishOnly

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

Metadata

  • Apache-2.0
  • >=8.12.0
  • OpenTelemetry Authors
  • released 6/6/2022

Downloads