Skip to content

Commit

Permalink
more manifest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Sep 21, 2024
1 parent 2b3c94c commit f9e154c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions anyscale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
]
},
"assets": {
"integration": {
"source_type_name": "Anyscale"
},
"dashboards": {
"Anyscale Overview": "assets/dashboards/anyscale_overview.json"
"Anyscale Overview": "assets/dashboards/anyscale_overview.json"
},
"monitors": {
"High CPU Utilization on Ray.io node": "assets/monitors/cpu_utilization.json",
"Low GPU Utilization low on Ray.io Node": "assets/monitors/gpu_utilization.json",
"High CPU Utilization on Anyscale node": "assets/monitors/cpu_utilization.json",
"Low GPU Utilization low on Anyscale Node": "assets/monitors/gpu_utilization.json",
"High Memory Usage": "assets/monitors/mem_utilization.json",
"High Number of Failed Tasks on Ray.io Node": "assets/monitors/failed_task.json"
"High Number of Failed Tasks on Anyscale Node": "assets/monitors/failed_task.json"
}
},
"author": {
Expand Down

0 comments on commit f9e154c

Please sign in to comment.