Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kpn/opentelemetry-instrumentation-kstreams
- Owner: kpn
- License: apache-2.0
- Created: 2023-12-07T17:51:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T13:22:38.000Z (3 months ago)
- Last Synced: 2024-10-18T09:48:07.087Z (3 months ago)
- Topics: kafka, kstreams, opentelemetry, opentelemetry-instrumentation
- Language: Python
- Homepage: https://pypi.org/project/opentelemetry-instrumentation-kstreams/
- Size: 158 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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 KStreamsInstrumentorKStreamsInstrumentor().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.