Skip to content

Commit 247b7ca

Browse files
authored
Update grafana dashboards to ray 2.49.2 + add README instructions on how to do the update (#4111)
Signed-off-by: Alan Guo <[email protected]>
1 parent 8621f04 commit 247b7ca

File tree

7 files changed

+11943
-4644
lines changed

7 files changed

+11943
-4644
lines changed

config/grafana/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Grafana dashboards
2+
3+
The grafana dashboards in this directory are copied over from the ray repo.
4+
5+
## Updating the dashboards
6+
7+
To update the dashboards with the latest dashboards from ray, run the following command:
8+
9+
Install ray:
10+
11+
```bash
12+
pip install "ray[default]"
13+
```
14+
15+
Run locally:
16+
17+
```bash
18+
ray start --head
19+
```
20+
21+
Copy the dashboards to this directory:
22+
23+
```bash
24+
cp -r /tmp/ray/session_latest/metrics/grafana/dashboards/* .
25+
```

0 commit comments

Comments
 (0)