package vif

  1. Overview
  2. Docs

Module Vif_core.MetricsSource

Sourcetype t = {
  1. informational : int Atomic.t;
  2. successful : int Atomic.t;
  3. redirection : int Atomic.t;
  4. client_error : int Atomic.t;
  5. server_error : int Atomic.t;
}
Sourceval empty : unit -> t
Sourceval informational : t -> int
Sourceval successful : t -> int
Sourceval redirection : t -> int
Sourceval client_error : t -> int
Sourceval server_error : t -> int