-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add neighbor asn label to metric #35503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add neighbor asn label to metric #35503
Conversation
Commit 2f5f531 does not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Commit 2f5f531 does not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
For consistency i've updated the PR and added the suggested
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. Can you sign off your commit, please?
I had one commit that weren't signed, i amended and pushed again. AFAICT all commits are signed at the moment! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Could I also ask you to please squash some of your commits? The docs should build fine for each commit, which means that commit 4 should be squashed into commit 3. Ideally, we also want the doc update to happen at the same time as the code change, so commit 2 could be squashed into commit 1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you!
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Expand the BGP `session_state` metric with a label tracking the neighbor ASN. By adding this label we allow for more granular monitoring and analysis of BGP peers. Signed-off-by: Mikael Johansson <mik.json@gmail.com>
Signed-off-by: Mikael Johansson <mik.json@gmail.com>
/test |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Fixes: #35502