Octez_smart_rollup_node.MetricsA description of the metrics exported by the node.
val sc_rollup_node_registry : Prometheus.CollectorRegistry.tThe collector registry for the rollup node metrics.
val active_metrics : Configuration.t -> unitEnables 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.tmetrics_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 ... endmodule Info : sig ... endThe node info metrics
module Inbox : sig ... endThe metrics related to Inboxes
module Batcher : sig ... endmodule DAL_batcher : sig ... endmodule GC : sig ... endmodule type PERFORMANCE = sig ... endval performance_metrics : (module PERFORMANCE) Stdlib.Lazy.t