https://github.com/faucetsdn/python3-prometheus-client
https://github.com/faucetsdn/python3-prometheus-client
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faucetsdn/python3-prometheus-client
- Owner: faucetsdn
- License: apache-2.0
- Created: 2018-03-13T03:35:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T22:43:58.000Z (6 months ago)
- Last Synced: 2024-12-04T23:26:31.827Z (6 months ago)
- Language: Python
- Size: 5.4 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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)