package prometheus-app

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

Module Prometheus_appSource

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.
Sourcemodule TextFormat_0_0_4 : sig ... end

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

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

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

OCaml

Innovation. Community. Security.