stats.Gauge()
Description
Creates an instance of Gauge.
Syntax
new stats.Gauge(name)new stats.Gauge(name, [...labelNames])
Parameters
new stats.Gauge(name, labelNames?)
namelabelNames?
Name of the gauge metric.
An array of label names.
Return Value
A Gauge object with the specified name and labels.