ceilometer/releasenotes/notes/drop-image-meter-9c9b6cebd546dae7.yaml
gord chung 4d8bc10956 drop image pollster
this doesn't measure anything and the equivalent functionality can
be done against image.size meter.

Change-Id: I79d47ac253a8dd4d8d5e927bedeb21bd407edf93
2016-11-22 17:24:54 +00:00

12 lines
485 B
YAML

---
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.
upgrade:
- Any existing commands utilising `image` meter should be switched to
`image.size` meter which will provide equivalent functionality
deprecations:
- The `image` meter is dropped in favour of `image.size` meter.