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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T14:17:43.000Z (7 months ago)
- Last Synced: 2024-04-23T10:35:21.891Z (6 months ago)
- Topics: instrumentation, metrics, prometheus, python
- Language: Python
- Homepage:
- Size: 5.9 MB
- Stars: 3,771
- Watchers: 72
- Forks: 781
- Open Issues: 105
-
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)