Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 687 Bytes

File metadata and controls

38 lines (24 loc) · 687 Bytes

opentelemetry-instrumentation-kstreams

OTEL for kstreams

Version: 0.4.1

Important

This instrumentation works only with ksterams middlewares after v0.17.0

Installation

pip install -U opentelemetry_instrumentation_kstreams

Usage

from opentelemetry_instrumentation_kstreams import KStreamsInstrumentor

KStreamsInstrumentor().instrument()

Contributing

See CONTRIBUTING.md

Release

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.