This is an automated email from the ASF dual-hosted git repository. agupta pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push: new d352c437199 HDDS-13481. Fix success latency metric in SCM panels of deletion grafana dashboard (#8835) d352c437199 is described below commit d352c437199970ca2c304c05d1b98079dbe9fd08 Author: Tejaskriya <87555809+tejaskr...@users.noreply.github.com> AuthorDate: Mon Jul 21 13:01:30 2025 +0530 HDDS-13481. Fix success latency metric in SCM panels of deletion grafana dashboard (#8835) --- .../compose/common/grafana/dashboards/Ozone - DeleteKey Metrics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/compose/common/grafana/dashboards/Ozone - DeleteKey Metrics.json b/hadoop-ozone/dist/src/main/compose/common/grafana/dashboards/Ozone - DeleteKey Metrics.json index 764dabd8591..c434c335db4 100644 --- a/hadoop-ozone/dist/src/main/compose/common/grafana/dashboards/Ozone - DeleteKey Metrics.json +++ b/hadoop-ozone/dist/src/main/compose/common/grafana/dashboards/Ozone - DeleteKey Metrics.json @@ -2498,7 +2498,7 @@ { "disableTextWrap": false, "editorMode": "builder", - "expr": "om_performance_metrics_delete_key_success_latency_ns_avg_time", + "expr": "scm_performance_metrics_delete_key_success_latency_ns_avg_time", "fullMetaSearch": false, "includeNullMetadata": true, "legendFormat": "{{hostname}}", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org