-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop reporting process cache evictions and misses as errors
Stop reporting tetragon_errors_total metric with "type" label values: process_cache_miss_on_get process_cache_evicted process_cache_miss_on_remove Evictions and misses are not errors, this is just cache's life, sometimes you hit, sometimes you miss, and sometimes you gotta evict a process. They are now reported by more intuitive metrics: tetragon_process_cache_evictions_total tetragon_process_cache_misses_total{operation=~"get|remove"} Signed-off-by: Anna Kapuscinska <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
15 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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