@opentelemetry/instrumentation-kafkajs

v0.3.0
OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka
kafkajs instrumentation nodejs opentelemetry profiling tracing

test

ts-mocha --require @opentelemetry/contrib-test-utils -p tsconfig.json 'test/**/*.test.ts'

tdd

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

clean

rimraf build/*

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

lint:readme

node ../../../scripts/lint-readme

precompile

tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-kafkajs --include-dependencies

prewatch

npm run precompile

prepublishOnly

npm run compile

version:update

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

compile

tsc -p .
npm i @opentelemetry/instrumentation-kafkajs

Metadata

Downloads