Metadata-Version: 2.1
Name: kengine-opentelemetry
Version: 0.2.14
Summary: 
Author: Md Sulaiman
Author-email: infosulaimanbd@gmail.com
Requires-Python: >=3.7.2,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: opentelemetry-api (>=1.21.0,<2.0.0)
Requires-Dist: opentelemetry-exporter-otlp (>=1.21.0,<2.0.0)
Requires-Dist: opentelemetry-instrumentation (>=0.42b0,<0.43)
Requires-Dist: opentelemetry-sdk (>=1.21.0,<2.0.0)
Description-Content-Type: text/markdown

# Python Kengine OpenTelemetry SDK
[![Documentation][docs_badge]][docs]
[![Latest Release][release_badge]][release]
[![License][license_badge]][license]

Instrument your Python applications with OpenTelemetry and send the traces to [Kengine](https://kengine.khulnasoft.com)

## Getting Started 

Check out the [documentation](https://kengine.khulnasoft.com/docs/sending-data/opentelemetry/).

## Example

```bash
poetry add kengine-opentelemetry

KENGINE_API_KEY=<YOUR_API_KEY> poetry run opentelemetry-instrument python myapp.py
```

## License

&copy; Kengine Limited, 2023

Distributed under MIT License (`The MIT License`).

See [LICENSE](LICENSE) for more information.

<!-- Badges -->

[docs]: https://kengine.khulnasoft.com/docs/
[docs_badge]: https://img.shields.io/badge/docs-reference-blue.svg?style=flat-square
[release]: https://github.com/khulnasoft/node-opentelemetry/releases/latest
[release_badge]: https://img.shields.io/github/release/khulnasoft/node-opentelemetry.svg?style=flat-square&ghcache=unused
[license]: https://opensource.org/licenses/MIT
[license_badge]: https://img.shields.io/github/license/khulnasoft/node-opentelemetry.svg?color=blue&style=flat-square&ghcache=unused
