@opentelemetry/exporter-trace-otlp-proto

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

prepublishOnly

npm run compile

compile

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

clean

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

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

tdd

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

test

nyc mocha 'test/**/*.test.ts' --exclude 'test/browser/**/*.ts'

test:browser

karma start --single-run

version

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

watch

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

precompile

cross-var lerna run version --scope $npm_package_name --include-dependencies

prewatch

npm run precompile

peer-api-check

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

codecov

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

align-api-deps

node ../../../scripts/align-api-deps.js
npm i @opentelemetry/exporter-trace-otlp-proto

Metadata

Downloads