-
Notifications
You must be signed in to change notification settings - Fork 11
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 ClusterCIDR name to MultiCIDRSet to track metrics correctly. #47
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mneverov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
sounds simple and easy way to deambiguate and in theory should be compatible, right?
@ugur99 can you validate this approach works for your environment and solves the problem (we need to solve the panic first 😄 )? |
Great, some code need to be updated to use the new signature
|
1bdc649
to
5658476
Compare
@aojea ptal, fixed tests. |
/lgtm Thanks |
With this change the metrics will have two labels: cidr and cidr name.
Fixes #44