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

Commit

Permalink
add avg to singlestate panel (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudifsd authored Jan 15, 2019
1 parent 9c4792d commit 4372019
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"tableColumn": "",
"targets": [
{
"expr": "yarn_nodes_active",
"expr": "avg(yarn_nodes_active)",
"format": "time_series",
"hide": false,
"intervalFactor": 2,
Expand Down Expand Up @@ -321,7 +321,7 @@
"tableColumn": "",
"targets": [
{
"expr": "yarn_gpus_used",
"expr": "avg(yarn_gpus_used)",
"format": "time_series",
"hide": false,
"intervalFactor": 2,
Expand Down

0 comments on commit 4372019

Please sign in to comment.