From b10076d03c63595bb5829149868b1fc5e525f216 Mon Sep 17 00:00:00 2001 From: gord chung Date: Wed, 24 Jan 2018 17:57:57 +0000 Subject: [PATCH] add volume.provider.* meters to docs Change-Id: I3f562bc5b6e5690a74ab22af82be720c605fb08b Implements: cinder-capacity-notifications --- doc/source/admin/telemetry-measurements.rst | 38 ++++++++++++++++++- ...der-capacity-samples-de94dcfed5540b6c.yaml | 5 +++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/cinder-capacity-samples-de94dcfed5540b6c.yaml diff --git a/doc/source/admin/telemetry-measurements.rst b/doc/source/admin/telemetry-measurements.rst index afecdf9fdb..b2f47c08cf 100644 --- a/doc/source/admin/telemetry-measurements.rst +++ b/doc/source/admin/telemetry-measurements.rst @@ -656,7 +656,43 @@ The following meters are collected for OpenStack Block Storage: | snapshot.size | Gauge | GB | snapshot | Notifica\| Size of the sna\| | | | | ID | tion | pshot | +--------------------+-------+--------+----------+----------+-----------------+ - +| **Meters added in the Queens release** | ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.ca\| Gauge | GB | hostname | Notifica\| Total volume | +| pacity.total | | | | tion | capacity on host| ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.ca\| Gauge | GB | hostname | Notifica\| Free volume | +| pacity.free | | | | tion | capacity on host| ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.ca\| Gauge | GB | hostname | Notifica\| Assigned volume | +| pacity.allocated | | | | tion | capacity on host| +| | | | | | by Cinder | ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.ca\| Gauge | GB | hostname | Notifica\| Assigned volume | +| pacity.provisioned | | | | tion | capacity on host| ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.ca\| Gauge | GB | hostname | Notifica\| Virtual free | +| pacity.virtual_free| | | | tion | volume capacity | +| | | | | | on host | ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.po\| Gauge | GB | hostname\| Notifica\| Total volume | +| ol.capacity.total | | | #pool | tion | capacity in pool| ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.po\| Gauge | GB | hostname\| Notifica\| Free volume | +| ol.capacity.free | | | #pool | tion | capacity in pool| ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.po\| Gauge | GB | hostname\| Notifica\| Assigned volume | +| ol.capacity.alloca\| | | #pool | tion | capacity in pool| +| ted | | | | | by Cinder | ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.po\| Gauge | GB | hostname\| Notifica\| Assigned volume | +| ol.capacity.provis\| | | #pool | tion | capacity in pool| +| ioned | | | | | | ++--------------------+-------+--------+----------+----------+-----------------+ +| volume.provider.po\| Gauge | GB | hostname\| Notifica\| Virtual free | +| ol.capacity.virtua\| | | #pool | tion | volume capacity | +| l_free | | | | | in pool | ++--------------------+-------+--------+----------+----------+-----------------+ OpenStack File Share ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/releasenotes/notes/cinder-capacity-samples-de94dcfed5540b6c.yaml b/releasenotes/notes/cinder-capacity-samples-de94dcfed5540b6c.yaml new file mode 100644 index 0000000000..04ef3811a1 --- /dev/null +++ b/releasenotes/notes/cinder-capacity-samples-de94dcfed5540b6c.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Add support to capture volume capacity usage details from cinder. This + data is extracted from notifications sent by Cinder starting in Ocata.