Skip to content

Commit

Permalink
Initial dashboard description
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap committed Jul 8, 2024
1 parent d0bea15 commit 35e8f0e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,26 @@
:maxdepth: 4
```

TODO
## Import dashboards

Dashboards allow showing real-time cluster telemetry data in a visual form.
Omnistat provides two sample dashboards:
- [Global Dashboard](https://github.com/AMDResearch/omnistat/blob/main/grafana/json-models/slurm-global.json):
includes an overview of the system, job indices, and cluster-level telemetry.
- [Job Dashboard](https://github.com/AMDResearch/omnistat/blob/main/grafana/json-models/slurm-job.json):
includes more detailed time-series data and other metrics for a particular
job.

After installing and configuring Omnistat, ensure the Prometheus data source
has been added to Grafana, and then import the sample dashboards.

To import a dashboard:
1. Click Dashboards in the left-side menu.
2. Click New and select New Dashboard from the drop-down menu.
3. On the dashboard, click + Add visualization.

## Example screenshots

## Point to json panels in repo that can be used locally
![Global dashboard screenshot](images/dashboard-global.png)

![Job dashboard screenshot](images/dashboard-job.png)
Binary file added docs/images/dashboard-global.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dashboard-job.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35e8f0e

Please sign in to comment.