Update Measurement Docs for LBaaS

Partially Implements: blueprint ceilometer-meter-lbaas

Change-Id: I3f2c0590ef665405c15b7c01523003af7042538b
This commit is contained in:
Pradeep Kilambi
2014-06-06 09:48:40 -07:00
parent 3add1f7832
commit 845ce28bb7

View File

@@ -265,6 +265,23 @@ switch.flow.packets Cumulative packet switch ID pollster Rece
switch.flow.bytes Cumulative B switch ID pollster Received Bytes
================================= ========== ====== ========= ======== ==============================
LoadBalancer as a Service (LBaaS)
=================================
======================================= ======= ========== ========== ========= ==============================
Meter Type Unit Resource Origin Note
======================================= ======= ========== ========== ========= ==============================
network.services.lb.pool Gauge pool pool ID pollster Existence of a LB Pool
network.services.lb.vip Gauge vip vip ID pollster Existence of a LB Vip
network.services.lb.member Gauge member member ID pollster Existence of a LB Member
network.services.lb.health_monitor Gauge monitor monitor ID pollster Existence of a LB Health Probe
network.services.lb.total_connections Delta connection pool ID pollster Total connections on a LB
network.services.lb.active_connections Delta connection pool ID pollster Active connections on a LB
network.services.lb.incoming.bytes Delta B pool ID pollster Number of incoming Bytes
network.services.lb.outgoing.bytes Delta B pool ID pollster Number of outgoing Bytes
======================================= ======= ========== ========== ========= ==============================
Dynamically retrieving the Meters via ceilometer client
=======================================================