summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorRafael Weingärtner <rafael@apache.org>2019-11-05 19:06:26 -0300
committerRafael Weingärtner <rafael@apache.org>2019-11-18 10:48:26 -0300
commit7cba277d798c07410b9b41bef945b83e8c4a16e5 (patch)
treed935e33bebd0aaafa0e679f6c06454d429168ba5 /releasenotes/notes
parent11f7f68126cd572992c082dd1c7f3d82fa3d553e (diff)
downloadceilometer-7cba277d798c07410b9b41bef945b83e8c4a16e5.tar.gz
Dynamic pollster system to support non-OpenStack APIs
The goal of this PR is to add the support for non-OpenStack APIs into Ceilometer. An example of such API is the RadosGW usage API. Change-Id: If5e1c9bce9e2709746338e043b20d328d8fb4504
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/dynamic-pollster-system-for-non-openstack-apis-4e06694f223f34f3.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/dynamic-pollster-system-for-non-openstack-apis-4e06694f223f34f3.yaml b/releasenotes/notes/dynamic-pollster-system-for-non-openstack-apis-4e06694f223f34f3.yaml
new file mode 100644
index 00000000..69eef28f
--- /dev/null
+++ b/releasenotes/notes/dynamic-pollster-system-for-non-openstack-apis-4e06694f223f34f3.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add the support for non-OpenStack APIs in the dynamic pollster system.
+ This extension enables operators to create pollster on the fly to handle
+ metrics from systems such as the RadosGW API.