OTEL for kstreams
Version: 0.5.1
Important
This instrumentation works only with ksterams middlewares after v0.17.0
pip install -U opentelemetry_instrumentation_kstreamsfrom opentelemetry_instrumentation_kstreams import KStreamsInstrumentor
KStreamsInstrumentor().instrument()See CONTRIBUTING.md
The release process is automated by the CI, if you have to do it manually then:
./scripts/install
./scripts/bump
./scripts/releaseNote: this will not release the docs.