Skip to content

Commit

Permalink
feat: adding report type to aggregation debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsassenberg committed Feb 17, 2023
1 parent 9a922a7 commit 238fc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/metrics_throlling.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 238fc98

Please sign in to comment.