sreejasahithi opened a new pull request, #7978: URL: https://github.com/apache/ozone/pull/7978
## What changes were proposed in this pull request? Introduced a new cluster growth rate panel to the existing Grafana dashboard. The growth rate is calculated dynamically based on Prometheus metrics, using the following PromQL query: `sum(rate(scm_node_manager_total_used[1h])) * 100 / sum(scm_node_manager_total_used)` Here 1h can be changed based on user selection, but default it will show in last 1 hour, what is the growth rate. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12168 ## How was this patch tested? Tested locally via docker by running a freon workload Below is the successfully passed workflow https://github.com/sreejasahithi/ozone/actions/runs/13559737886 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
