Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/debankdefi/derive
- Owner: DeBankDeFi
- Created: 2022-07-15T07:16:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T06:53:57.000Z (over 2 years ago)
- Last Synced: 2024-09-22T11:31:23.057Z (4 months ago)
- Topics: observability, opentelemetry, python
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)