Skip to content

Commit

Permalink
Merge pull request #18333 from PanSpagetka/bz-1527695
Browse files Browse the repository at this point in the history
Change Stacked Area chart for Area chart for the Virtual Machine CPU States
  • Loading branch information
h-kataria committed Jan 10, 2019
2 parents a3a2159 + 0797f06 commit b988aea
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- derived_vm_count_on

- :title: Instances
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
6 changes: 3 additions & 3 deletions product/charts/layouts/daily_perf_charts/EmsCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- derived_host_count_on

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down Expand Up @@ -122,7 +122,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -132,7 +132,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
4 changes: 2 additions & 2 deletions product/charts/layouts/daily_perf_charts/Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- derived_vm_count_on

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down Expand Up @@ -107,7 +107,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# - derived_vm_count_on

- :title: Instances
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -109,7 +109,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
:applies_to_method: cpu_percent_available?

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down
2 changes: 1 addition & 1 deletion product/charts/layouts/daily_perf_charts/Parent-Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:applies_to_method: cpu_percent_available?

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down
4 changes: 2 additions & 2 deletions product/charts/layouts/daily_perf_charts/Storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- derived_storage_total:Projected to hit total

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -82,7 +82,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
2 changes: 1 addition & 1 deletion product/charts/layouts/daily_perf_charts/VmOrTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:applies_to_method: cpu_percent_available?

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
- derived_vm_count_on

- :title: Instances
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
6 changes: 3 additions & 3 deletions product/charts/layouts/hourly_perf_charts/EmsCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- derived_host_count_on

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down Expand Up @@ -99,7 +99,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -109,7 +109,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
4 changes: 2 additions & 2 deletions product/charts/layouts/hourly_perf_charts/Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- derived_vm_count_on

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down Expand Up @@ -84,7 +84,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
- derived_host_count_on

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -87,7 +87,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- derived_vm_count_on

- :title: Virtual Machines
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- derived_host_count_on

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down
2 changes: 1 addition & 1 deletion product/charts/layouts/hourly_perf_charts/Parent-Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- derived_vm_count_on

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down
6 changes: 3 additions & 3 deletions product/charts/layouts/hourly_perf_charts/Storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:type: None

- :title: Used Disk Space
:type: StackedArea
:type: Area
:columns:
- v_derived_storage_used
- derived_storage_free
Expand All @@ -29,7 +29,7 @@
:units: GB

- :title: Hosts
:type: StackedArea
:type: Area
:columns:
- derived_host_count_on
- derived_host_count_off
Expand All @@ -39,7 +39,7 @@
- Display-Hosts-off:Hosts that were stopped

- :title: VMs
:type: StackedArea
:type: Area
:columns:
- derived_vm_count_on
- derived_vm_count_off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
:applies_to_method: cpu_percent_available?

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:applies_to_method: cpu_percent_available?

- :title: Virtual Machine CPU States
:type: StackedArea
:type: Area
:columns:
- v_pct_cpu_ready_delta_summation
- v_pct_cpu_used_delta_summation
Expand Down

0 comments on commit b988aea

Please sign in to comment.