-
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
Improvement/replace the volume metrics charts by the new chart component #3529
Improvement/replace the volume metrics charts by the new chart component #3529
Conversation
57080f6
to
7d2dab7
Compare
63c7bac
to
2e066b6
Compare
Hello jbwatenbergscality,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-volume-metrics-charts-by-the-new-chart-component origin/development/2.11
$ git merge origin/w/2.10/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.11/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component |
/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-volume-metrics-charts-by-the-new-chart-component origin/development/2.11
$ git merge origin/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.11/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component |
7d9af99
to
1321068
Compare
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( git fetch && \
git checkout origin/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component && \
git merge origin/development/2.10 Resolve merge conflicts and commit git push origin HEAD:improvement/replace-the-volume-metrics-charts-by-the-new-chart-component |
de711d5
to
7794714
Compare
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-volume-metrics-charts-by-the-new-chart-component origin/development/2.11
$ git merge origin/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.11/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component |
60101e4
to
f12c05f
Compare
instanceIp, | ||
deviceName, | ||
); | ||
const volumeThroughputReadQuery = `sum(irate(node_disk_read_bytes_total${prometheusFilters}[1m])) * 0.000001`; |
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.
const volumeThroughputReadQuery = `sum(irate(node_disk_read_bytes_total${prometheusFilters}[1m])) * 0.000001`; | |
const volumeThroughputReadQuery = `sum(irate(node_disk_read_bytes_total${prometheusFilters}[1m]))`; |
instanceIp, | ||
deviceName, | ||
); | ||
const volumeThroughputWriteQuery = `sum(irate(node_disk_written_bytes_total${prometheusFilters}[1m])) * 0.000001`; |
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.
const volumeThroughputWriteQuery = `sum(irate(node_disk_written_bytes_total${prometheusFilters}[1m])) * 0.000001`; | |
const volumeThroughputWriteQuery = `sum(irate(node_disk_written_bytes_total${prometheusFilters}[1m]))`; |
f12c05f
to
e4bbcc0
Compare
…perator for node 16-
…t necessary for the component rendering and was breacking the tests
/approve |
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-volume-metrics-charts-by-the-new-chart-component origin/development/2.11
$ git merge origin/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.11/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component The following options are set: approve |
/status |
StatusStatus report is not available. The following options are set: approve |
Build failedThe build for commit did not succeed in branch w/2.11/improvement/replace-the-volume-metrics-charts-by-the-new-chart-component. The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye jbwatenbergscality. |
Component:
UI, Monitoring
Context:
In order to provide better readability of Metalk8s metrics charts, we developed a new chart component in https://www.github.com/scality/core-ui. This PR introduce this new chart component for nodes and volumes metrics charts.
Summary:
It brings :