sudhanshu456 / ToDo-Prometheus-Metrics-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo Prometheus Metrics

This is a simple ToDo application built using Python & Flask. It makes use of the official Promethues Python SDK to add custom metrics to the app. These metrics are added to /metrics endpoint which can be exported to apps like Grafana, New Relic etc. for visualization.

Note: The app makes use of Redis to store ToDo items, so make sure that Redis is installed and running before you run this application. You can refer to this documentation on Python with Redis to know more.

About

License:Apache License 2.0


Languages

Language:JavaScript 49.4%Language:Python 42.9%Language:HTML 7.7%