octez-shell-libs.shell
Shell_metrics.Block_validator
octez-shell-libs.client-base
octez-shell-libs.client-base-unix
octez-shell-libs.client-commands
octez-shell-libs.context-ops
octez-shell-libs.mocked
octez-shell-libs.mockup
octez-shell-libs.mockup-commands
octez-shell-libs.mockup-proxy
octez-shell-libs.mockup-registration
octez-shell-libs.p2p
octez-shell-libs.p2p_test_common
octez-shell-libs.protocol-updater
octez-shell-libs.proxy
octez-shell-libs.shell-benchmarks
octez-shell-libs.shell-context
octez-shell-libs.shell-services
octez-shell-libs.signer-backends
octez-shell-libs.signer-services
octez-shell-libs.store
octez-shell-libs.validation
tezos_proxy_rpc
tezos_signer_backends_unix
tezos_store_real
tezos_store_shared
tezos_store_unix
tezos_store_unix_reconstruction
tezos_store_unix_snapshots
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