tiny_httpd.prometheus
Tiny_httpd_prometheus.Gauge
Gauges
tiny_httpd
tiny_httpd.core
tiny_httpd.html
tiny_httpd.multipart-form-data
tiny_httpd.unix
tiny_httpd.ws
type t
A gauge, taking arbitrary values
val create : Registry.t -> ?tags:tags -> ?descr:string -> string -> t
val set : t -> int -> unit
val incr : t -> unit
val incr_by : t -> int -> unit
val decr : t -> unit
val decr_by : t -> int -> unit