Imandrakit_metricsSet of metrics
val pp_kind :
Ppx_deriving_runtime.Format.formatter ->
kind ->
Ppx_deriving_runtime.unitval show_kind : kind -> Ppx_deriving_runtime.stringmodule Counter : sig ... endA counter, increasing monotonically
module Gauge : sig ... endA gauge, representing some value fluctuating over time
Register a function to be called every time metrics are about to be emitted
val iter_all :
int:(kind -> string -> int -> unit) ->
float:(kind -> string -> float -> unit) ->
unit ->
unitIterate on all metrics. This first calls every callback registered to add_on_refresh.