-
Notifications
You must be signed in to change notification settings - Fork 367
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
OCPBUGS-2623: Fix dashboards having container_fs* metrices in queries #1798
OCPBUGS-2623: Fix dashboards having container_fs* metrices in queries #1798
Conversation
@slashpai: No Bugzilla bug is referenced in the title of this pull request. 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: No Bugzilla bug is referenced in the title of this pull request. 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 Jira Issue OCPBUGS-2623, which is invalid:
Comment The bug has been updated to 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. |
/jira refresh |
@slashpai: This pull request references Jira Issue OCPBUGS-2623, which is invalid:
Comment 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. |
/jira refresh |
@slashpai: This pull request references Jira Issue OCPBUGS-2623, which is valid. The bug has been moved to the POST state. 6 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. |
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. Inorder to fix the dashboards added containerfsSelector in kubernetes-monitoring/kubernetes-mixin/pull/737 and overrided the containerfsSelector default value from container!= to harmless id!= in this commit. We really don't need that selector since we dropped the container label in OCP for container_fs_.* metrices but we need to override the selector for the queries involving container_fs_.* to work. Signed-off-by: Jayapriya Pai <janantha@redhat.com>
a0a4e22
to
ed22f98
Compare
@slashpai: No Bugzilla bug is referenced in the title of this pull request. Retaining the bugzilla/valid-bug label as it was manually added. 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. |
@juzhao Could you please in reviewing this? |
tested with PR, all "Storage IO" graphs can show data correctly |
/label qe-approved |
@slashpai: 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. |
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.
Nice, Thanks JP!
/lgtm
/label backport-risk-assessed
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jan--f, 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 |
@slashpai: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-2623 has been moved to the MODIFIED state. 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. |
Backport of #1554