Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
use yarn's metrics in cluster view
Browse files Browse the repository at this point in the history
  • Loading branch information
xudifsd committed Feb 15, 2019
1 parent 055c78e commit 4ddc625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"tableColumn": "",
"targets": [
{
"expr": "100 * sum(yarn_gpus_used) / sum(configured_gpu_count)",
"expr": "100 * sum(yarn_gpus_used) / sum(yarn_total_gpu_num)",
"format": "time_series",
"hide": false,
"instant": false,
Expand Down

0 comments on commit 4ddc625

Please sign in to comment.