forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cilium: add metrics collection for signal package
Add metrics in order to ease debugging/introspection of signal events. Example output: # ./cilium/cilium metrics list | grep cilium_datapath_signals cilium_datapath_signals_handled_total status="lost" data="" signal="" 1.000000 cilium_datapath_signals_handled_total signal="nat_fill_up" status="received" data="ipv4" 4.000000 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 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