package tiny_httpd

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

Module Tiny_httpd_prometheus.GaugeSource

Gauges

Sourcetype t

A gauge, taking arbitrary values

Sourceval create : Registry.t -> ?tags:tags -> ?descr:string -> string -> t
Sourceval set : t -> int -> unit
Sourceval incr : t -> unit
Sourceval incr_by : t -> int -> unit
Sourceval decr : t -> unit
Sourceval decr_by : t -> int -> unit
OCaml

Innovation. Community. Security.