You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m.log.Warnf("Log lines are written faster than grok_exporter processes them. In the last minute there were constantly more than %d log lines in the buffer waiting to be processed. Check the built-in grok_exporter_lines_processing_time_microseconds_total metric to learn which metric takes most of the processing time.", m.min60s)
61
+
func() {
62
+
m.mutex.L.Lock()
63
+
deferm.mutex.L.Unlock()
64
+
65
+
ticksSinceLastLog++
66
+
ifticksSinceLastLog>=4 { // every minute
67
+
ifm.min60s>1000&&!m.lineLimitSet {
68
+
m.log.Warnf("Log lines are written faster than grok_exporter processes them. In the last minute there were constantly more than %d log lines in the buffer waiting to be processed. Check the built-in grok_exporter_lines_processing_time_microseconds_total metric to learn which metric takes most of the processing time.", m.min60s)
0 commit comments