Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana Dashboards #48

Merged
merged 3 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
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
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.
Loading