package octez-shell-libs

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

Module Shell_metrics.WorkerSource

Sourcetype timestamps
Sourcetype counters = {
  1. worker_request_count : Prometheus.Counter.t;
  2. worker_completion_count : Prometheus.Counter.t;
  3. worker_error_count : Prometheus.Counter.t;
}
Sourceval update_timestamps : timestamps -> Tezos_base.Worker_types.request_status -> unit
OCaml

Innovation. Community. Security.