package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Metrics associated to the mempool

type t = {
  1. worker_counters : Worker.counters;
}
val init : string list -> t
val set_validated_collector : (unit -> float) -> unit
val set_refused_collector : (unit -> float) -> unit
val set_branch_refused_collector : (unit -> float) -> unit
val set_branch_delayed_collector : (unit -> float) -> unit
val set_outdated_collector : (unit -> float) -> unit
val set_unprocessed_collector : (unit -> float) -> unit
OCaml

Innovation. Community. Security.