Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uptrace/uptrace-python
OpenTelemetry Python distribution for Uptrace
https://github.com/uptrace/uptrace-python
distributed-tracing metrics opentelemetry python tracing uptrace
Last synced: 2 months ago
JSON representation
OpenTelemetry Python distribution for Uptrace
- Host: GitHub
- URL: https://github.com/uptrace/uptrace-python
- Owner: uptrace
- License: bsd-2-clause
- Created: 2020-05-26T13:26:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T08:40:18.000Z (9 months ago)
- Last Synced: 2024-05-16T10:04:34.406Z (8 months ago)
- Topics: distributed-tracing, metrics, opentelemetry, python, tracing, uptrace
- Language: Python
- Homepage: https://uptrace.dev/get/opentelemetry-python.html
- Size: 394 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Uptrace for Python
![build workflow](https://github.com/uptrace/uptrace-python/actions/workflows/build.yml/badge.svg)
[![Documentation](https://img.shields.io/badge/uptrace-documentation-informational)](https://uptrace.dev/get/uptrace-python.html)
[![Chat](https://img.shields.io/badge/-telegram-red?color=white&logo=telegram&logoColor=black)](https://t.me/uptrace)## Introduction
uptrace-python is a thin wrapper over
[opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) that exports
[traces](https://uptrace.dev/opentelemetry/distributed-tracing.html),
[metrics](https://uptrace.dev/opentelemetry/metrics.html), and logs to Uptrace.- [Documentation](https://uptrace.dev/get/uptrace-python.html)
- [Examples](example)
- [OpenTelemetry Python instrumentations](https://uptrace.dev/opentelemetry/instrumentations/?lang=python)
- [OpenTelemetry Django](https://uptrace.dev/opentelemetry/instrumentations/python-django.html)
- [OpenTelemetry Flask](https://uptrace.dev/opentelemetry/instrumentations/python-flask.html)
- [OpenTelemetry FastAPI](https://uptrace.dev/opentelemetry/instrumentations/python-fastapi.html)
- [OpenTelemetry SQLAlchemy](https://uptrace.dev/opentelemetry/instrumentations/python-sqlalchemy.html)