package kube

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

Module Metrics.GaugeSource

Sourcetype t
Sourceval create : registry:registry -> name:string -> help:string -> ?labels:(string * string) list -> unit -> t
Sourceval set : t -> float -> unit
Sourceval add : t -> float -> unit
Sourceval inc : t -> unit
Sourceval dec : t -> unit
Sourceval value : t -> float