package octez-smart-rollup-node

  1. Overview
  2. Docs

Module Octez_smart_rollup_node.Node_eventsSource

This module defines functions that emit the events used when the smart rollup node is running.

Sourceval starting_metrics_server : host:string -> port:int -> unit Lwt.t

starting_metrics_server ~metrics_addr ~metrics_port emits the event that the metrics server for the rollup node is starting.

Sourceval metrics_ended : string -> unit Lwt.t

metrics_ended error emits the event that the metrics server has ended with a failure.

Sourceval metrics_ended_dont_wait : string -> unit

metrics_ended error emits the event that the metrics server has ended with a failure. (Doesn't wait for event to be emited.