Metadata-Version: 2.1
Name: hyperdx-opentelemetry
Version: 0.0.5
Summary: HyperDX OpenTelemetry Distro for Python
Author: HyperDX
Author-email: support@hyperdx.io
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
Requires-Dist: opentelemetry-api (==1.19.0)
Requires-Dist: opentelemetry-exporter-otlp (==1.19.0)
Requires-Dist: opentelemetry-instrumentation (==0.40b0)
Requires-Dist: opentelemetry-sdk (==1.19.0)
Description-Content-Type: text/markdown

# HyperDX OpenTelemetry Distro for Python

[![OSS Lifecycle](https://img.shields.io/osslifecycle/hyperdxio/hyperdx-opentelemetry-python)](https://github.com/hyperdxio/home/blob/main/hyperdx-oss-lifecycle-and-practices.md)
[![CircleCI](https://circleci.com/gh/hyperdxio/hyperdx-opentelemetry-python.svg?style=shield)](https://circleci.com/gh/hyperdxio/hyperdx-opentelemetry-python)
[![PyPi](https://img.shields.io/pypi/v/hyperdx-opentelemetry)](https://pypi.org/project/hyperdx-opentelemetry/)

> This project is a fork from https://github.com/honeycombio/honeycomb-opentelemetry-python

**STATUS: this library is BETA.**
You're welcome to try it, and let us know your feedback in the issues!

This is HyperDX's Distribution of OpenTelemetry for Python.
It makes getting started with OpenTelemetry and HyperDX easier!

Latest release built with:

- [OpenTelemetry version 1.18.0/0.39b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.18.0)

## Requirements

- Python 3.7 or higher

## Getting Started

HyperDX's Distribution of OpenTelemetry for Python allows you to streamline configuration and to instrument as quickly and easily as possible.

- [Documentation](https://www.hyperdx.io/docs/install/python)

## License

[Apache 2.0 License](./LICENSE).

