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

https://github.com/faucetsdn/python3-prometheus-client


https://github.com/faucetsdn/python3-prometheus-client

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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)