package octez-smart-rollup-node-lib

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

The metrics related to Inboxes

type t = {
  1. head_inbox_level : Prometheus.Gauge.t;
}

The type of an inbox metrics

module Stats : sig ... end

The stats for the inboxes

val set_process_time : Ptime.Span.t -> unit

Set the time the rollup node used to process the head

val metrics : t

The inboxes metrics

OCaml

Innovation. Community. Security.