summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2023-02-21 14:31:39 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2023-02-21 14:31:39 +0900
commitabec9b3eaa5aed11b73090c58c1c77db60aead02 (patch)
tree2f2999f2fe0aca944108408cd838ca1dece305cc /releasenotes
parent0118742bd396b1783a1e3691a21d3d375bcaa9a1 (diff)
downloadceilometer-abec9b3eaa5aed11b73090c58c1c77db60aead02.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/volume-metrics-01ddde0180bc21cb.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/volume-metrics-01ddde0180bc21cb.yaml b/releasenotes/notes/volume-metrics-01ddde0180bc21cb.yaml
new file mode 100644
index 00000000..76560ca0
--- /dev/null
+++ b/releasenotes/notes/volume-metrics-01ddde0180bc21cb.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ The default ``polling.yaml`` file has been updated and now it enables
+ meters related to cinder by default.