-
Notifications
You must be signed in to change notification settings - Fork 45
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
MetalK8s UI: Replace the node metrics by the new chart component #3526
MetalK8s UI: Replace the node metrics by the new chart component #3526
Conversation
Hello chengyanjin,My role is to assist you with the merge of this Status report is not available. |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.11/improvement/replace-the-node-volume-metrics-by-the-new-chart-component origin/development/2.11
$ git merge origin/improvement/replace-the-node-volume-metrics-by-the-new-chart-component
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.11/improvement/replace-the-node-volume-metrics-by-the-new-chart-component |
918c6b7
to
2d5b6d7
Compare
); | ||
|
||
// in | ||
const cpBandWidthInPrometheusQuery = `sum(irate(node_network_receive_bytes_total{instance=~"${instanceIP}:${PORT_NODE_EXPORTER}",device="${controlPlaneInterface}"}[5m]))`; |
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.
can be factorized with the previous ones
nodeIPAddress, | ||
metricPrefixes, | ||
); | ||
} else if (!isCPBandWidthAvgDataLoading && showAvg) { |
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.
} else if (!isCPBandWidthAvgDataLoading && showAvg) { | |
} else if (!isCPBandWidthDataLoading && !isCPBandWidthAvgDataLoading && showAvg) { |
d43ff10
to
c78ff55
Compare
95607f3
to
a0eac09
Compare
/status |
StatusStatus report is not available. |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.11/improvement/replace-the-node-volume-metrics-by-the-new-chart-component origin/development/2.11
$ git merge origin/improvement/replace-the-node-volume-metrics-by-the-new-chart-component
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.11/improvement/replace-the-node-volume-metrics-by-the-new-chart-component |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
ffa2d66
to
e60ca36
Compare
History mismatchMerge commit #ffa2d6664f6ff3675d77636fb794c17d4914d939 on the integration branch It is likely due to a rebase of the branch Please use the |
2ecd992
to
8e3af5d
Compare
/reset |
Lossy reset warningThere seems to be manual commits on integration branches (e.g. conflict You can use the |
History mismatchMerge commit #ffa2d6664f6ff3675d77636fb794c17d4914d939 on the integration branch It is likely due to a rebase of the branch Please use the |
/force_reset |
Reset completeI have successfully deleted this pull request's integration branches. |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.11/improvement/replace-the-node-volume-metrics-by-the-new-chart-component origin/development/2.11
$ git merge origin/improvement/replace-the-node-volume-metrics-by-the-new-chart-component
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.11/improvement/replace-the-node-volume-metrics-by-the-new-chart-component |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
71d7301
to
a4d5d06
Compare
History mismatchMerge commit #71d73011719a9e709246a414107a32d86854f4da on the integration branch It is likely due to a rebase of the branch Please use the |
4b178d9
to
57080f6
Compare
57080f6
to
7d2dab7
Compare
History mismatchMerge commit #7570279566672be050c0a873f9001db2efc2e8a9 on the integration branch It is likely due to a rebase of the branch Please use the |
7d2dab7
to
ed9ab60
Compare
merged in #3529 |
Component: UI, montoring
Context:
Summary:
Acceptance criteria:
Closes: #ISSUE_NUMBER