class
Gauge

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

Extends

Properties

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

Constructors

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