StatsD.count

Emits a simple counter metric. At each flush, a StatsD daemon will send the current count to an APM, and reset the count to 0.

struct StatsD
nothrow
void
count
(
scope immutable string key
,
int delta
,
float frequency = 1.0
)

Meta