Skip to content

Commit

Permalink
place metrics_AvailableWorkerCount_Value in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Oct 19, 2024
1 parent 11989aa commit 67789d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/grafana/celeborn-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "The count of active workers.",
"description": "The count of workers in available list.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -243,12 +243,12 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"expr": "metrics_WorkerCount_Value{instance=~\"${instance}\"}",
"expr": "metrics_AvailableWorkerCount_Value{instance=~\"${instance}\"}",
"legendFormat": "${baseLegend}",
"refId": "A"
}
],
"title": "metrics_WorkerCount_Value",
"title": "metrics_AvailableWorkerCount_Value",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1287,7 +1287,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "The count of workers in available list.",
"description": "The count of active workers.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -1366,13 +1366,13 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "metrics_AvailableWorkerCount_Value{instance=~\"${instance}\"}",
"expr": "metrics_WorkerCount_Value{instance=~\"${instance}\"}",
"legendFormat": "${baseLegend}",
"range": true,
"refId": "A"
}
],
"title": "metrics_AvailableWorkerCount_Value",
"title": "metrics_WorkerCount_Value",
"type": "timeseries"
},
{
Expand Down

0 comments on commit 67789d3

Please sign in to comment.