-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent infinite re-queuing of events with missing involved objects
For events of temporary kubernetes resources (like a pod created by a canary and immediately deleted), we'll not find the involved ever. The event would then be requeued again & again. This resulted in ever increasing queue and high db calls. * fix: mark the scrape context as incremental * fix: change labels on temp cache metrics
- Loading branch information
1 parent
58ad407
commit e094558
Showing
2 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters