From 6d99b20e0410c8cea5d05f8142a3f2dde255abf0 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 26 May 2025 12:35:20 +0800 Subject: [PATCH] [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 Signed-off-by: Cheng Pan --- grafana/{REAMDE.md => README.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename grafana/{REAMDE.md => README.md} (98%) diff --git a/grafana/REAMDE.md b/grafana/README.md similarity index 98% rename from grafana/REAMDE.md rename to grafana/README.md index f73ba2fb5..9cf790842 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