Metrics.Inbox
The metrics related to Inboxes
type t = {
head_inbox_level : Prometheus.Gauge.t;
}
The type of an inbox metrics
module Stats : sig ... end
The stats for the inboxes
val set_process_time : Ptime.Span.t -> unit
Set the time the rollup node used to process the head
val metrics : t
The inboxes metrics