https://github.com/zifter/prometheus-metrics-python-example
Example project in python for using prometheus metrics
https://github.com/zifter/prometheus-metrics-python-example
Last synced: about 2 months ago
JSON representation
Example project in python for using prometheus metrics
- Host: GitHub
- URL: https://github.com/zifter/prometheus-metrics-python-example
- Owner: zifter
- License: mit
- Created: 2021-03-26T07:48:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T21:53:09.000Z (over 4 years ago)
- Last Synced: 2025-01-18T21:30:44.340Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prometheus-metrics-python-example
Example project in python for using prometheus metrics
# Prometheus cliet
https://github.com/prometheus/client_python
# Disclaimer
It's example application for prometheus metrics. If you would like to use collect metrics for flask application
you have to use [prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter/) project.