This is an automated email from the ASF dual-hosted git repository.

jojochuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ab4ef0feb1 HDDS-15683. Updated doc for Supported Grafana version (#475)
ab4ef0feb1 is described below

commit ab4ef0feb102c758a73514307cca3711868c9840
Author: Navink <[email protected]>
AuthorDate: Tue Jul 7 04:00:16 2026 +0530

    HDDS-15683. Updated doc for Supported Grafana version (#475)
---
 .../03-operations/09-observability/05-grafana.md        | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git 
a/docs/05-administrator-guide/03-operations/09-observability/05-grafana.md 
b/docs/05-administrator-guide/03-operations/09-observability/05-grafana.md
index 4ef21e6a61..a433b430a8 100644
--- a/docs/05-administrator-guide/03-operations/09-observability/05-grafana.md
+++ b/docs/05-administrator-guide/03-operations/09-observability/05-grafana.md
@@ -4,9 +4,24 @@ sidebar_label: Grafana
 
 # Dashboarding With Grafana
 
-Once Prometheus is up and running, Grana can be configured to monitor and
+Once Prometheus is up and running, Grafana can be configured to monitor and
 visualize Ozone metrics.
 
+## Grafana Installation & Startup
+
+Follow the installation steps from [official 
docs](https://grafana.com/grafana/download?edition=oss).
+Download and install the open-source edition of Grafana on the cluster host.
+ **Apache Ozone supports** Grafana version 13 and above (docker compose uses 
`grafana/grafana:13.0.1-security-01`).
+
+**Start Server:** Start the server on the same host, and check the status. It 
should be active (running).
+```bash
+sudo systemctl start grafana-server
+sudo systemctl status grafana-server
+```
+Access the Grafana web UI, The default port used is 3000.
+Visit `http://<hostname>:3000`.
+
+
 ## Add Prometheus as a data source
 
 In the Grafana web UI, go to `Add Data Sources` and then select `Prometheus`.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to