Ecosyste.ms: Awesome

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

https://github.com/prometheus/client_python

Prometheus instrumentation library for Python applications
https://github.com/prometheus/client_python

instrumentation metrics prometheus python

Last synced: about 2 months ago
JSON representation

Prometheus instrumentation library for Python applications

Lists

README

        

# Prometheus Python Client

The official Python client for [Prometheus](https://prometheus.io).

## Installation

```
pip install prometheus-client
```

This package can be found on [PyPI](https://pypi.python.org/pypi/prometheus_client).

## Documentation

Documentation is available on https://prometheus.github.io/client_python

## Links

* [Releases](https://github.com/prometheus/client_python/releases): The releases page shows the history of the project and acts as a changelog.
* [PyPI](https://pypi.python.org/pypi/prometheus_client)