Evm_node_lib_dev.Metrics
val get_metrics : unit -> metrics_body Lwt.t
module Metrics_server : sig ... end
module Tx_pool : sig ... end
val init :
mode:string ->
tx_pool_size_info:
(unit -> Tx_pool.size_info Tezos_base.TzPervasives.tzresult Lwt.t) ->
smart_rollup_address:Tezos_crypto.Hashed.Smart_rollup_address.t ->
unit
inc_time_waiting dt
registers that a caller had to wait dt
seconds in the queue before its WASM execution could start.
set_simulation_queue_size s
registers that the queue of WASM execution.
inc_confirm_gas_needed ()
registers that it was necessary to simulate gas one more time, because the previous simulation did not return enough gas.
val record_blueprint_chunks_sent_on_dal : Sequencer_blueprint.t list -> unit
val record_blueprint_chunks_sent_on_inbox : Blueprint_types.chunk list -> unit
module Rpc : sig ... end
module type PERFORMANCE = sig ... end
val performance_metrics : (module PERFORMANCE) Stdlib.Lazy.t