Skip to content

Commit

Permalink
Merge pull request #14938 from PanSpagetka/add-memory-chart-for-avail…
Browse files Browse the repository at this point in the history
…iability-zones

Add Memory chart for Availability Zones
(cherry picked from commit e096670)
  • Loading branch information
isimluk authored and simaishi committed May 12, 2017
1 parent 3647b45 commit 0e433d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions product/charts/layouts/daily_perf_charts/AvailabilityZone.yaml
Expand Up @@ -26,6 +26,25 @@
:columns:
- derived_vm_count_on

- :title: Memory (MB)
:type: Line
:columns:
- derived_memory_used
- min_derived_memory_used
- max_derived_memory_used
- trend_max_derived_memory_used
- resource.derived_memory_used_high_over_time_period
- resource.derived_memory_used_low_over_time_period
:menu:
- Chart-Current-Hourly:Hourly for this day
- Chart-VMs-topday:Top Instances on this day
- Display-VMs-on:Instances that were running
:chart2:
:type: Line
:title: Instances
:columns:
- derived_vm_count_on

- :title: Disk I/O (KBps)
:type: Line
:columns:
Expand Down

0 comments on commit 0e433d9

Please sign in to comment.