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

Extends

Properties

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

Constructors

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