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

Method RecordProcessRecordsTime

input/kcl.go:386–389  ·  view source on GitHub ↗
(shard string, ms float64)

Source from the content-addressed store, hash-verified

384}
385
386func (m *kclDatadogMetrics) RecordProcessRecordsTime(shard string, ms float64) {
387 t := time.Duration(ms) * time.Millisecond
388 m.metricsClient.DurationWithTags("process_records_time_milliseconds", t, []string{"shard:" + shard})
389}

Callers

nothing calls this directly

Calls 2

DurationMethod · 0.65
DurationWithTagsMethod · 0.65

Tested by

no test coverage detected