package prometheus-app

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Report metrics for Prometheus. See: https://prometheus.io/

Notes:

  • This module is intended to be used by applications that export Prometheus metrics. Libraries should only link against the `Prometheus` module.
  • This module automatically initialises itself and registers some standard collectors relating to GC statistics, as recommended by Prometheus.
  • This module does not depend on Unix, and so can be used in unikernels.
module TextFormat_0_0_4 : sig ... end

Format a snapshot in Prometheus's text format, version 0.0.4.

module Cohttp (S : Cohttp_lwt.Server) : sig ... end

A Cohttp callback for a web-server that exposes the Prometheus metrics.