Skip to content

Commit

Permalink
Update internal/component/mimir/rules/kubernetes/events.go
Browse files Browse the repository at this point in the history
Co-authored-by: William Dumont <[email protected]>
  • Loading branch information
56quarters and wildum authored Apr 23, 2024
1 parent 598f856 commit a57241f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/component/mimir/rules/kubernetes/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func (e *eventProcessor) run(ctx context.Context) {
e.metrics.eventsRetried.WithLabelValues(string(evt.Typ)).Inc()
e.queue.AddRateLimited(evt)
level.Error(e.logger).Log(

"msg", "failed to process event, will retry",
"retries", fmt.Sprintf("%d/5", retries),
"err", err,
Expand Down

0 comments on commit a57241f

Please sign in to comment.