Module Shell_metrics.Block_validator
type t = {
already_commited_blocks_count : Prometheus.Counter.t;
outdated_blocks_count : Prometheus.Counter.t;
validated_blocks_count : Prometheus.Counter.t;
validation_errors_count : Prometheus.Counter.t;
preapplied_blocks_count : Prometheus.Counter.t;
preapplication_errors_count : Prometheus.Counter.t;
validation_errors_after_precheck_count : Prometheus.Counter.t;
precheck_failed_count : Prometheus.Counter.t;
worker_timestamps : Worker.timestamps;
worker_counters : Worker.counters;
}
val init : string list -> t
val set_operation_per_pass_collector : (unit -> float list) -> unit