-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
OCPBUGS-5353: unstack dashboards with limit markers. #1868
OCPBUGS-5353: unstack dashboards with limit markers. #1868
Conversation
@raptorsun: This pull request references Jira Issue OCPBUGS-5353, 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. |
b00b050
to
4ef086c
Compare
/jira refresh |
@raptorsun: This pull request references Jira Issue OCPBUGS-5353, 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. |
4ef086c
to
42f174c
Compare
/retest |
@raptorsun: This pull request references Jira Issue OCPBUGS-5353, 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. |
@raptorsun: This pull request references Jira Issue OCPBUGS-5353, 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 |
@raptorsun: This pull request references Jira Issue OCPBUGS-5353, which is valid. The bug has been moved to the POST state. 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. |
can we make the change upstream? |
The upstream defines these dashboards for Grafana which is able to mix both stacked and unstacked metrics in the same chart, while in Openshift Console we can choose either stacked or unstacked for all the metrics in the same chart. The fix should probably better stay in the scope of Openshift. 😅 |
Ok! can you add the explanation next to the added jsonnet code (with a link to the JIRA bug)? |
42f174c
to
4f18d47
Compare
Yup. An explanation has been added to the file |
/retest-required |
/test e2e-agnostic-upgrade |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raptorsun, simonpasquier 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 |
@raptorsun: 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. |
/test e2e-agnostic-upgrade |
@raptorsun: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-5353 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. |
/cherry-pick release-4.12 |
@raptorsun: #1868 failed to apply on top of branch "release-4.12":
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. |
Dashboards showing CPU / memory usage used to stack the limit markers such as limit/request/quota over other metrics create confusion for users reading the diagrams. So we unstack all metrics in the charts containing these limit markers.
This is the result of unstacking metrics:
This is what it looks like when stacking metrics: