Skip to content

Commit

Permalink
add some summary charts for the cloud realm
Browse files Browse the repository at this point in the history
  • Loading branch information
plessbd committed Feb 18, 2019
1 parent 3a161fc commit 381b869
Showing 1 changed file with 75 additions and 4 deletions.
79 changes: 75 additions & 4 deletions templates/roles.d/cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,79 @@
"group_by": "vm_size_memory"
},
{
"realm": "Cloud",
"group_by": "submission_venue"
"realm": "Cloud",
"group_by": "submission_venue"
}
],
"+summary_charts": [{
"data_series": {
"data": [{
"combine_type": "stack",
"display_type": "column",
"filters": {
"data": [],
"total": 0
},
"group_by": "project",
"has_std_err": true,
"id": 0.00000000000004,
"ignore_global": false,
"log_scale": false,
"long_legend": true,
"metric": "cloud_core_time",
"realm": "Cloud",
"sort_type": "value_desc",
"std_err": false,
"value_labels": false,
"x_axis": true
}],
"total": 1
},
"global_filters": {
"data": [],
"total": 0
},
"legend_type": "off",
"limit": 10,
"show_filters": true,
"start": 0,
"timeseries": false,
"title": "Cloud - Total CPU Hours by Project"
},
{
"data_series": {
"data": [{
"combine_type": "stack",
"display_type": "column",
"filters": {
"data": [],
"total": 0
},
"group_by": "project",
"has_std_err": true,
"id": 0.00000000000004,
"ignore_global": false,
"log_scale": false,
"long_legend": true,
"metric": "cloud_num_sessions_started",
"realm": "Cloud",
"sort_type": "value_desc",
"std_err": false,
"value_labels": false,
"x_axis": true
}],
"total": 1
},
"global_filters": {
"data": [],
"total": 0
},
"legend_type": "off",
"limit": 10,
"show_filters": true,
"start": 0,
"timeseries": false,
"title": "Cloud - Number of Sessions Started by Project"
}
]
},
Expand Down Expand Up @@ -57,8 +128,8 @@
"group_by": "vm_size_memory"
},
{
"realm": "Cloud",
"group_by": "submission_venue"
"realm": "Cloud",
"group_by": "submission_venue"
}
]
}
Expand Down

0 comments on commit 381b869

Please sign in to comment.