Mavryk_layer2_store.Event
val starting_context_gc : Mavryk_base.TzPervasives.Context_hash.t -> unit Lwt.t
starting_context_gc hash
emits an event which indicates that a GC run was launched for hash
.
context_gc_already_launched ()
emits an event which indicates that a GC launch was attempted but resulted in no action because a GC run is already in progress.
ending_context_gc total_duration finalise_duration
emits an event which indicates that a GC run has ended, providing its total duration and its finalisation duration.
context_gc_failure err
emits an event which indicates a GC failure.