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

Method IncrBytesProcessed

input/kcl.go:373–375  ·  view source on GitHub ↗
(shard string, count int64)

Source from the content-addressed store, hash-verified

371}
372
373func (m *kclDatadogMetrics) IncrBytesProcessed(shard string, count int64) {
374 m.metricsClient.DeltaCountWithTags("processed_bytes", count, []string{"shard:" + shard})
375}
376
377func (m *kclDatadogMetrics) MillisBehindLatest(shard string, ms float64) {
378 m.metricsClient.GaugeWithTags("ms_behind_latest_milliseconds", ms, []string{"shard:" + shard})

Callers

nothing calls this directly

Calls 1

DeltaCountWithTagsMethod · 0.65

Tested by

no test coverage detected