Module Shell_metrics.Distributed_db

type t = {
  1. table_length : Prometheus.Gauge.t;
}
val init : kind:string -> entry_type:string -> t
val update : t -> length:int -> unit
module Messages : sig ... end