Export metrics from your Python Flask application to Prometheus in Kubernetes and watch your metrics data with Grafana
2 min readMar 10
--
When developing your Flask application some of the hard to know is how your application health is and how many requests you receive on what path in your application.
Overtime monitoring becomes increasingly important to know how to use and share metrics between your application Developer team and the DevOps team to get more insight into how the application works.