OTEL for kstreams
Version: 0.4.1
Important
This instrumentation works only with ksterams middlewares after v0.17.0
pip install -U opentelemetry_instrumentation_kstreams
from 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/release
Note: this will not release the docs.