This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kyuubi.git
commit 6d99b20e0410c8cea5d05f8142a3f2dde255abf0 Author: Cheng Pan <cheng...@apache.org> AuthorDate: Mon May 26 12:35:20 2025 +0800 [KYUUBI #6870][FOLLOWUP] Correct file name of grafana/README.md ### Why are the changes needed? Fix a typo of file name. ### How was this patch tested? Review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7074 from pan3793/6870-f. Closes #6870 45915d978 [Cheng Pan] [KYUUBI #6870][FOLLOWUP] Correct file name of grafana/README.md Authored-by: Cheng Pan <cheng...@apache.org> Signed-off-by: Cheng Pan <cheng...@apache.org> --- grafana/{REAMDE.md => README.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/REAMDE.md b/grafana/README.md similarity index 98% rename from grafana/REAMDE.md rename to grafana/README.md index f73ba2fb5a..9cf7908425 100644 --- a/grafana/REAMDE.md +++ b/grafana/README.md @@ -9,7 +9,7 @@ By default, Kyuubi server enables metrics system and exposes Prometheus endpoint to use the Kyuubi Grafana Dashboard, you are supposed to have an available Prometheus and Grafana service, then configure Prometheus to scrape Kyuubi metrics, add the Prometheus data source into Grafana, and then import the `dashboard-template.json` into Grafana and customize. For more details, please read the -[Kyuubi Docs](https://kyuubi.readthedocs.io/en/master/monitor/metrics.html#grafana-and-prometheus) +[Kyuubi Docs](https://kyuubi.readthedocs.io/en/master/monitor/metrics.html#grafana-and-prometheus) ## For Developers