-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BS: refactor received beacon metrics (#3186)
* bs: refactor received beacon metrics - to fit the design doc pattern - to include new labels Prometheus metrics as follows: # HELP bs_beaconing_receive_beacons_total Total number of received beacons. # TYPE bs_beaconing_receive_beacons_total counter bs_beaconing_received_beacons_total{in_if_id="41",neigh_as="1-ff00:0:110",result="ok_new"} 1 bs_beaconing_received_beacons_total{in_if_id="41",neigh_as="1-ff00:0:110",result="ok_renew"} 86 Also removes convey from beaconing handler_test Contributes #3104
- Loading branch information
Showing
12 changed files
with
303 additions
and
240 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
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
Oops, something went wrong.