Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down