Octez_smart_rollup_node.Metrics
A description of the metrics exported by the node.
val sc_rollup_node_registry : Prometheus.CollectorRegistry.t
The collector registry for the rollup node metrics.
val active_metrics : Configuration.t -> unit
Enables the wrapper variable
Wrap a function to be processed if a metrics address is set up in the configuration.
val metrics_serve :
string option ->
(unit, Tezos_base.TzPervasives.tztrace) Stdlib.result Lwt.t
metrics_server metrics_addr
runs a server for the rollup metrics on metrics_addr
. The metrics are accessible thanks to a /metrics
request.
print_csv_metrics ppf metrics
prints the metrics
as CSV.
module Refutation : sig ... end
module Info : sig ... end
The node info metrics
module Inbox : sig ... end
The metrics related to Inboxes
module Batcher : sig ... end
module DAL_batcher : sig ... end
module GC : sig ... end
module type PERFORMANCE = sig ... end
val performance_metrics : (module PERFORMANCE) Stdlib.Lazy.t