-
Notifications
You must be signed in to change notification settings - Fork 370
Bug 2037513: Revert dropping container label and update diskDeviceSelector #1685
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
Conversation
container_fs_.* metrics doesn't have "container" label after openshift/pull/1402 which caused regression for dashboards using "container" label since it gives empty datapoints for all queries using "container" label in queries containing container_fs_.* metrices. Signed-off-by: Jayapriya Pai <[email protected]>
Had added deviceDeviceSelector in container_fs* queries as part of kubernetes-monitoring/kubernetes-mixin#737 since diskDeviceSelector includes only node_exporter label values updated disDeviceSelector to include cadvisor devices too (/dev) Signed-off-by: Jayapriya Pai <[email protected]>
@slashpai: This pull request references Bugzilla bug 2037513, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: slashpai 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 |
The goal of #1402 was to contain the label cardinality of metrics collected from kubelet. Reverting it would increase the load on Prometheus again... |
@slashpai: The following tests 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. |
@slashpai: This pull request references Bugzilla bug 2037513, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
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. |
/hold |
one solution might be to pass |
I tried with overriding containerfsSelector in #1554 by replacing it with |
Since Prometheus doesn't collect the per-container fs metrics, I would be in favor of dropping the per-container storage dashboards. @jan--f WDYT? |
Indeed yes, the dashboard panels just show |
Thank you. I can address that in #1554 |
/close in favour of latest update in #1554 |
/close |
@jan--f: Closed this PR. In response to this:
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. |
@slashpai: This pull request references Bugzilla bug 2037513. The bug has been updated to no longer refer to the pull request using the external bug tracker. In response to this:
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. |
Why this change?
container_fs_.* metrics doesn't have "container" label after
#1402 which caused regression
for dashboards using
container
label since it gives empty datapointsfor all queries using "container" label in queries containing
container_fs_.* metrices.
Had added deviceDeviceSelector in container_fs* queries as part of
kubernetes-monitoring/kubernetes-mixin#737 since diskDeviceSelector
includes only node_exporter label values updated disDeviceSelector
to include cadvisor devices too (/dev)
Tried alternative solution but didnt work
We tried to fix this by introducing new selector in kubernetes-mixin and overriding that in cmo in #1554 but that won't solve the problem since many queries use
container
label insum()
queriescc: @simonpasquier @jan--f
/hold