From: Tobias Urdin Date: Sun, 1 Apr 2018 13:54:48 +0000 (+0200) Subject: Add cinder metrics to polling.yaml X-Git-Tag: queens-eol~7 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=940590e7f1bec44a14f0fe02f91f12a3db20ec25;p=puppet-modules%2Fpuppet-ceilometer.git Add cinder metrics to polling.yaml As of [1] you can skip using cinder-volume-usage-audit and instead let the ceilometer-polling agent poll the cinder API for the data. Ceilometer itself should know if cinder is available or not. [1] https://review.openstack.org/#/c/388584/ Change-Id: I1bd6e45060f90fcbc44658f75af45e1b4ebc7acf (cherry picked from commit 49d53d4c67e2aefde09c246ad6d4884add852670) --- diff --git a/templates/polling.yaml.erb b/templates/polling.yaml.erb index f2a7bd1..0a648d5 100644 --- a/templates/polling.yaml.erb +++ b/templates/polling.yaml.erb @@ -14,6 +14,9 @@ sources: - disk.read.requests - disk.write.bytes - disk.write.requests + - volume.size + - volume.snapshot.size + - volume.backup.size - hardware.cpu.util - hardware.memory.used - hardware.memory.total