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: 5 days ago
JSON representation
Prometheus instrumentation library for Python applications
- Host: GitHub
- URL: https://github.com/prometheus/client_python
- Owner: prometheus
- License: apache-2.0
- Created: 2015-02-10T22:47:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T18:51:53.000Z (19 days ago)
- Last Synced: 2025-01-04T09:10:43.696Z (7 days ago)
- Topics: instrumentation, metrics, prometheus, python
- Language: Python
- Homepage:
- Size: 5.94 MB
- Stars: 4,022
- Watchers: 70
- Forks: 801
- Open Issues: 125
-
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
- awesome - client_python
- best-of-python - GitHub - 19% open · ⏱️ 28.05.2024): (Database Clients)
- awesome-starts - prometheus/client_python - Prometheus instrumentation library for Python applications (Python)
- awesome-list - Prometheus Python Client - Prometheus instrumentation library for Python applications (Data Management & Processing / Streaming Data Management)
- starred-awesome - client_python - Prometheus instrumentation library for Python applications (Python)
- jimsghstars - prometheus/client_python - Prometheus instrumentation library for Python applications (Python)
- best-of-web-python - GitHub - 19% open · ⏱️ 28.05.2024): (Monitoring)
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)