Gauge class

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

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

Extends

Constructors

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

Instance Properties

min double
read-only
max double
read-only
value double
read / write
name String Inherited
read-only
name of this metric.
description String Inherited
read-only
description of this metric.