Alarms triggered from notifications fail in mitaka
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Ceilometer Charm |
Triaged
|
Medium
|
Liam Young |
Bug Description
Alarms that are triggered from notifications are not correctly converted into event messages that aodh can consume
Creating an alarm like:
will never trigger because ceilometer does not correctly process the alarm
Changed in charm-ceilometer: | |
assignee: | nobody → Liam Young (gnuoy) |
summary: |
- Alarms triggered from notifications fail + Alarms triggered from notifications fail in mitaka |
Changed in charm-ceilometer: | |
status: | New → Triaged |
importance: | Undecided → Medium |
https:/ /docs.openstack .org/releasenot es/ceilometer/ ocata.html# prelude
"In an effort to minimise the noise, Ceilometer will no longer produce meters which have no measureable data associated with it. Image meter only captures state information which is already captured in events and other meters."
Ceilometer used to convert meters to events but does not do so as of:
https:/ /github. com/openstack/ ceilometer/ commit/ 2d31c249f9bf282 48773fe080650db fa8be7e824# diff-ed38530276 3b1b83d441c58ff 98aa647L16
Some meters had semantic meaning of events as far as I recall and that got fixed in some version after Mitaka.