Personal tools
Skip to content. | Skip to navigation
This library allows to export metrics data to Prometheus. Installation pip install opentelemetry-exporter-prometheus References OpenTelemetry Prometheus Exporter Prometheus OpenTelemetry Project
See for documentation.
This library provides HTTP request metrics to export into Prometheus. It can also track method invocations using convenient functions. The following metrics are exported by default (unless the export_defaults is set to False). * flask_http_request_duration_seconds (Histogram) Labels: method, path and status. Flask HTTP request duration in seconds for all Flask requests. * flask_http_request_total (Counter) Labels: method and status. Total number of HTTP requests for all Flask requests. * flask_http_request_exceptions_total (Counter) Labels: method and status. Total number of uncaught exceptions when serving Flask requests. * flask_exporter_info (Gauge) Information about the Prometheus Flask exporter itself (e.g. version).
Python client for Prometheus.
Trickster is a reverse proxy cache for the Prometheus HTTP APIv1 that dramatically accelerates dashboard rendering times for any series queried from Prometheus.