Prometheus_flask_exporter

screenshot of Prometheus_flask_exporter
flask

Prometheus exporter for Flask applications

Overview:

Prometheus Flask exporter is a library that provides HTTP request metrics to export into Prometheus. It can track method invocations using convenient functions.

Features:

  • Default metrics: Includes flask_http_request_duration_seconds, flask_http_request_total, flask_http_request_exceptions_total, and flask_exporter_info.
  • Custom default metrics: Register your own default metrics that will track all registered Flask view functions.
  • Configuration options: Ability to customize the metrics exposed, endpoint paths, and registry used.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.