From 49d53d4c67e2aefde09c246ad6d4884add852670 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sun, 1 Apr 2018 15:54:48 +0200 Subject: [PATCH] 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 --- templates/polling.yaml.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/polling.yaml.erb b/templates/polling.yaml.erb index f2a7bd14..0a648d59 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