Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)