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

Method RecordGetRecordsTime

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

Source from the content-addressed store, hash-verified

379}
380
381func (m *kclDatadogMetrics) RecordGetRecordsTime(shard string, ms float64) {
382 t := time.Duration(ms) * time.Millisecond
383 m.metricsClient.DurationWithTags("get_records_time_milliseconds", t, []string{"shard:" + shard})
384}
385
386func (m *kclDatadogMetrics) RecordProcessRecordsTime(shard string, ms float64) {
387 t := time.Duration(ms) * time.Millisecond

Callers

nothing calls this directly

Calls 2

DurationMethod · 0.65
DurationWithTagsMethod · 0.65

Tested by

no test coverage detected