Fix docs on what an instance meter represents

instance meter is a gauge which meters an instance
itself. The current description of duration of
instance is misleading.

fixes bug #1266313

Change-Id: I902606928fc59f5663d638d05f237fe3e5e1175d
This commit is contained in:
Pradeep Kilambi 2014-01-14 13:02:01 -08:00
parent cad21ef363
commit 39f545c19a
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ All meters are related to the guest machine, not the host.
============================= ========== ======== ======== ============ ==================================================================
Name Type Unit Resource Origin Note
============================= ========== ======== ======== ============ ==================================================================
instance Gauge instance inst ID both Duration of instance
instance:<type> Gauge instance inst ID both Duration of instance <type> (openstack types)
instance Gauge instance inst ID both Existence of instance
instance:<type> Gauge instance inst ID both Existence of instance <type> (openstack types)
memory Gauge MB inst ID notification Volume of RAM in MB
cpu Cumulative ns inst ID pollster CPU time used
cpu_util Gauge % inst ID pollster Average CPU utilisation