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

Method DeltaCount

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

DeltaCount increments the value of a metric of type counter by delta. delta must be positive.

(name string, delta int64)

Source from the content-addressed store, hash-verified

31 // DeltaCount increments the value of a metric of type counter by delta.
32 // delta must be positive.
33 DeltaCount(name string, delta int64)
34
35 // DeltaCountWithTags increments the value of a metric or type counter and
36 // associates 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