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