dashboard.png
Monitor Gunicorn application (e.g. Flask) through build-in instrumentation feature using the statsD protocol over UDP with Prometheus and Grafana.
- Gunicorn instrumentation sends StatsD format metrics by UDP to statsd_exporter
- Prometheus scrapes prometheus format metrics from statsd_exporter
- Grafana queries data from Prometheus
Check more details on Gunicorn Monitoring.