Enable volume metrics by default

Now cinder is quite commonly used thus enabling volume meters would
help users to gather metrics from it easily, without modifying
the default file.

Change-Id: Ibdeffd65053fb55f3925590f7c1f9afa6f4383af
This commit is contained in:
Takashi Kajinami 2023-02-21 14:31:39 +09:00
parent 0118742bd3
commit abec9b3eaa
2 changed files with 8 additions and 0 deletions

View File

@ -14,3 +14,6 @@ sources:
- disk.device.read.requests
- disk.device.write.bytes
- disk.device.write.requests
- volume.size
- volume.snapshot.size
- volume.backup.size

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The default ``polling.yaml`` file has been updated and now it enables
meters related to cinder by default.