Module Tiny_httpd_prometheus.Histogram

type t

Histogram

val create : Registry.t -> ?tags:tags -> ?descr:string -> buckets:float list -> string -> t
val add : t -> float -> unit