StatsD.gauge

Emits a gauge which maintains its value until it is next set.

This implementation does not emit signed gauges (i.e. sending a delta such as -10 or +4).

struct StatsD
nothrow
void
gauge
(
scope immutable string key
,
uint value
,
float frequency = 1.0
)

Meta