ceilometer/releasenotes/notes/deprecate-aggregated-disk-metrics-54a395c05e74d685.yaml
Mehdi Abaakouk 1e673a64b9 Deprecate aggregated disk.* metrics on instance
disk.* are just aggregates of disk.device.*. We
basically build the same think twice.

It's up to the backend (ie: Gnocchi) to aggregate them
if someone want the aggregate.

Change-Id: I612b575004f65665f8630f19f56c2fb3637448fd
2018-02-02 08:13:55 +01:00

7 lines
237 B
YAML

---
deprecations:
- |
disk.* aggregated metrics for instance are deprecated, in favor of the
per disk metrics (disk.device.*). Now, it's up to the backend to provide
such aggregation feature. Gnocchi already provides this.