Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.5 KB

File metadata and controls

25 lines (19 loc) · 1.5 KB

RED metrics for a REST service with Prometheus, AlertManager, and Grafana

How to monitor your micro-service with Prometheus? How to design metrics, what is USE and RED?

Presentation and live-coding demo:

  • slides/ - check the pdf export
  • src/ - an example REST application monitored with Prometheus, Alertmanager, and Grafana. All easily to run with docker-compose

The live-demo consists of a Flask application and configured prometheus with grafana and alertmanager. To make it event easier, a request generator will let you stress the monitored endpoints with random errors and latency injections. Check the READMEs.

Related Work