-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tetragon: Add map_errors_update_total/map_errors_delete_total metrics
Based on previous commit changes changing the current stats metrics to reflect that. Now we have separate metric for update and delete errors, like for execve_map stats: tetragon_map_capacity{map="execve_map"} 10 tetragon_map_entries{map="execve_map"} 10 tetragon_map_errors_delete_total{map="execve_map"} 0 tetragon_map_errors_update_total{map="execve_map"} 3 Signed-off-by: Jiri Olsa <[email protected]>
- Loading branch information
Showing
3 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
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