Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/debankdefi/derive

The Python Observability Toolkit
https://github.com/debankdefi/derive

observability opentelemetry python

Last synced: 3 months ago
JSON representation

The Python Observability Toolkit

Awesome Lists containing this project

README

        

# Derive: The Python Observability Toolkit

[![Tests Status](https://github.com/DeBankDeFi/derive/workflows/Tests/badge.svg?branch=main&event=push)](https://github.com/DeBankDeFi/derive/actions?query=workflow%3ATests+branch%3Amain+event%3Apush)
[![codecov](https://codecov.io/gh/DeBankDeFi/derive/branch/main/graph/badge.svg?token=LUVTL8L1B8)](https://codecov.io/gh/DeBankDeFi/derive)
[![Python Version](https://img.shields.io/pypi/pyversions/derive.svg)](https://pypi.org/project/derive/)

## What is Derive?

Derive based on specification of OpenTelemetry, Prometheus, and FluentBit
, is a pure configuration-oriented python observability toolkit making your systems observable.
Building your trace, logging, and metrics in a simple and easy way in your production and development phase.

## How to use Derive

### Install

```bash
pip install derive
```

### Documentation

- [Usage](./docs/usage.md)