package tiny_httpd

  1. Overview
  2. Docs

Gauges

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
OCaml

Innovation. Community. Security.