MCPcopy Create free account
hub / github.com/AdRoll/baker / RawCount

Method RawCount

metrics_client.go:25–25  ·  view source on GitHub ↗

RawCount sets the value of a metric of type counter. A counter is a cumulative metrics that can only increase. RawCount sets the current value of the counter.

(name string, value int64)

Source from the content-addressed store, hash-verified

23 // cumulative metrics that can only increase. RawCount sets the current
24 // value of the counter.
25 RawCount(name string, value int64)
26
27 // RawCountWithTags sets the value of a metric or type counter and associates
28 // that value with a set of tags.

Callers 2

dumpNowMethod · 0.65
TestClientMetricsFunction · 0.65

Implementers 4

NopMetricsnop_metrics.go
Clientmetrics/datadog/client.go
MockMetricstestutil/mock_metrics.go
fooBarMetricsexamples/metrics/foobar.go

Calls

no outgoing calls

Tested by 1

TestClientMetricsFunction · 0.52