Skip to content

kpn/opentelemetry-instrumentation-kstreams

Repository files navigation

opentelemetry-instrumentation-kstreams

OTEL for kstreams

Version: 0.1.1

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.