diff --git a/src/plugins/metrics_throlling.go b/src/plugins/metrics_throlling.go index 4770cee78..2eb7f59b6 100644 --- a/src/plugins/metrics_throlling.go +++ b/src/plugins/metrics_throlling.go @@ -101,7 +101,7 @@ func (r *MetricsThrottle) Process(msg *core.Message) { collection := metrics.SaveCollections(*r.metricsCollections[report.Type], report) r.metricsCollections[report.Type] = &collection r.mu.Unlock() - log.Debug("MetricsThrottle: Metrics collection saved") + log.Debugf("MetricsThrottle: Metrics collection saved [Type: %d]", report.Type) r.reportsReady.Store(true) } } else {