diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-21 15:50:20 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:16 +0200 |
| commit | 2ed4052162e2fcfa49f55cdd7f77cc2595526169 (patch) | |
| tree | bf8796c94a2f17e048652633336ae117ef9a9f5e /frontend/src/util/available-metrics.js | |
| parent | 912e1b96bfa7d6c022d854fa744f719b49ca98d0 (diff) | |
Fix overflow and rearrange
Diffstat (limited to 'frontend/src/util/available-metrics.js')
| -rw-r--r-- | frontend/src/util/available-metrics.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/util/available-metrics.js b/frontend/src/util/available-metrics.js index 6522a849..07f46456 100644 --- a/frontend/src/util/available-metrics.js +++ b/frontend/src/util/available-metrics.js @@ -1,14 +1,14 @@ export const AVAILABLE_METRICS = [ 'total_overcommitted_burst', + 'total_power_draw', + 'total_failure_vm_slices', 'total_granted_burst', - 'total_requested_burst', 'total_interfered_burst', - 'total_power_draw', + 'total_requested_burst', 'mean_cpu_usage', 'mean_cpu_demand', 'mean_num_deployed_images', 'max_num_deployed_images', - 'total_failure_vm_slices', 'total_vms_submitted', 'total_vms_queued', 'total_vms_finished', |
