This directory contains JSON-formatted dashboards intended to be imported into Grafana for viewing a subset of DAOS metrics in a graphical format.
- Ensure the
telemetry_port
is set in the config file for every server in your cluster before starting your daos_server(s). - Install and configure Prometheus to collect metrics
from your DAOS servers. You may use
dmg telemetry config
as a shortcut. - Start Prometheus.
- Install Grafana according to their installation instructions and start the
Grafana service:
sudo systemctl start grafana-server
- On Grafana, create a data source called "Prometheus" configured to point at your Prometheus instance.
- Import the JSON file(s) into Grafana.