A measured value with a min and max. Initial value is min. Value will be clamped to the interval min, max.

Inheritance

Properties

description String
read-only, inherited

description of this metric.

max double
read-only

min double
read-only

name String
read-only, inherited

name of this metric.

value double
read / write

Constructors

Gauge(String name, String description, double min, double max)