@opentelemetry/exporter-collector-grpc

v0.25.0
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector
opentelemetry nodejs grpc tracing profiling metrics stats

compile

tsc --build

clean

tsc --build --clean

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

postcompile

npm run submodule && npm run protos:copy

protos:copy

cpx protos/opentelemetry/**/*.* build/protos/opentelemetry

submodule

git submodule sync --recursive && git submodule update --init --recursive

tdd

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

test

nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'

version

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

watch

npm run protos:copy && tsc -w
npm i @opentelemetry/[email protected]

Metadata

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

Downloads