Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpn/opentelemetry-instrumentation-kstreams

OTEL for kstreams
https://github.com/kpn/opentelemetry-instrumentation-kstreams

kafka kstreams opentelemetry opentelemetry-instrumentation

Last synced: 2 months ago
JSON representation

OTEL for kstreams

Awesome Lists containing this project

README

        

# opentelemetry-instrumentation-kstreams

> OTEL for kstreams

Version: `0.4.1`

> [!IMPORTANT]
> This instrumentation works only with [ksterams middlewares](https://kpn.github.io/kstreams/middleware/) after `v0.17.0`

## Installation

```sh
pip install -U opentelemetry_instrumentation_kstreams
```

## Usage

```python
from opentelemetry_instrumentation_kstreams import KStreamsInstrumentor

KStreamsInstrumentor().instrument()
```

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md)

## Release

The release process is automated by the CI, if you have to do it manually then:

```sh
./scripts/install
./scripts/bump
./scripts/release
```

Note: this will not release the docs.