-
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
feat: Add CSI volume attributes to PV info metric #98
feat: Add CSI volume attributes to PV info metric #98
Conversation
Signed-off-by: João Vilaça <jvilaca@redhat.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: machadovilaca The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
👋 any reason why it can't be submitted upstream first? In general, we don't carry downstream patches. |
@machadovilaca: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@simonpasquier I opened kubernetes#2133, but the opinion was that these are very CSI drivers specific and would be hard to add them there |
Hey @machadovilaca, we don't really merge any "out-of-tree" changes downstream, since that would diverge and open us on unpredictable front given how the areas affecting such a patch will change upstream from one release to another. IMO getting this in upstream would be the way to go, using |
IIUC |
ACK, I was under the impression that since adding these labels to the existing metric is getting some pushback, we could possibly introduce a new metric that folks can opt-in to. However, I see that this could open us (upstream) up for merging one-off metrics for similar use-cases, and thus will need to be evaluated on a case-by-case basis giving priority to the fact that even the hidden metrics are widely beneficial, if not as much as the ones enabled by default. An |
submitted a new opt-in metric |
…y-pick-97-to-release-2.11 [release-2.11] bump go x/net and x/crypto
What this PR does / why we need it:
This PR adds a new
csi_mounter
andcsi_map_options
for CSI PV in kube_persistentvolume_info metric, to track the mounter used by the volume, and the respective map options configuredHow does this change affect the cardinality of KSM: (increases, decreases or does not change cardinality)
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #