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

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

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.