(shard string, ms float64)
| 384 | } |
| 385 | |
| 386 | func (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 | } |
nothing calls this directly
no test coverage detected