package octez-shell-libs

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

Module Shell_metrics.MempoolSource

Metrics associated to the mempool

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

Innovation. Community. Security.