Module Imandrakit_metrics.Gauge

A gauge, representing some value fluctuating over time

type 'a t
val create_int : string -> int t
val create_float : string -> float t
val set : 'a t -> 'a -> unit