Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honeycombio/honeycomb-opentelemetry-python
Honeycomb's OpenTelemetry Python SDK distribution
https://github.com/honeycombio/honeycomb-opentelemetry-python
honeycomb observability opentelemetry opentelemetry-python python
Last synced: 3 days ago
JSON representation
Honeycomb's OpenTelemetry Python SDK distribution
- Host: GitHub
- URL: https://github.com/honeycombio/honeycomb-opentelemetry-python
- Owner: honeycombio
- License: apache-2.0
- Created: 2021-10-28T10:42:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T20:41:41.000Z (4 months ago)
- Last Synced: 2024-10-18T11:22:33.007Z (2 months ago)
- Topics: honeycomb, observability, opentelemetry, opentelemetry-python, python
- Language: Python
- Homepage: https://docs.honeycomb.io/getting-data-in/opentelemetry/python-distro/
- Size: 636 KB
- Stars: 10
- Watchers: 15
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Honeycomb OpenTelemetry Distro for Python
[![OSS Lifecycle](https://img.shields.io/osslifecycle/honeycombio/honeycomb-opentelemetry-python)](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md)
[![CircleCI](https://circleci.com/gh/honeycombio/honeycomb-opentelemetry-python.svg?style=shield)](https://circleci.com/gh/honeycombio/honeycomb-opentelemetry-python)
[![PyPi](https://img.shields.io/pypi/v/honeycomb-opentelemetry)](https://pypi.org/project/honeycomb-opentelemetry/)**STATUS**: This project is being Sunset. See [this issue](https://github.com/honeycombio/honeycomb-opentelemetry-python/issues/193) for more details.
This is Honeycomb's Distribution of OpenTelemetry for Python.
It makes getting started with OpenTelemetry and Honeycomb easier!Latest release built with:
- [OpenTelemetry version 1.22.0/0.43b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.22.0)
## Requirements
- Python 3.8 or higher
## Getting Started
Honeycomb's Distribution of OpenTelemetry for Python allows you to streamline configuration and to instrument as quickly and easily as possible.
- [Documentation](https://docs.honeycomb.io/getting-data-in/opentelemetry/python/)
- [Examples](/examples/)
- [Flask](/examples/hello-world-flask/)
- [Django](/examples/hello-world-django/)
- See [DEVELOPING.md](/DEVELOPING.md) for additional instructions for building and testing this project in development.## Why would I want to use this?
- Streamlined configuration for sending data to Honeycomb!
- Easy interop with existing instrumentation with OpenTelemetry!
- Deterministic sampling!
- Multi-span attributes!
- Local visualizations!## License
[Apache 2.0 License](./LICENSE).