Skip to content
Open
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
25 changes: 25 additions & 0 deletions config/grafana/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Grafana dashboards

The grafana dashboards in this directory are copied over from the ray repo.

## Updating the dashboards

To update the dashboards with the latest dashboards from ray, run the following command:

Install ray:

```bash
pip install "ray[default]"
```

Run locally:

```bash
ray start --head
```

Copy the dashboards to this directory:

```bash
cp -r /tmp/ray/session_latest/metrics/grafana/dashboards/* .
```
Loading
Loading