b9f63a1ae2
It appears that the default metrics.yml needs force_granularity: 300 otherwise cloudkitty-processor will fail to process metrics from Gnocchi. As this is what at least I (in Debian) ship in packages, it would be nice to have a working default. Change-Id: I28b43d6131182252c0576d9323bbcdbfb1dbbd0a Story: 2008598 Task: 41771
8 lines
268 B
YAML
8 lines
268 B
YAML
---
|
|
fixes:
|
|
- |
|
|
A new directive ``force_granularity: 300`` was added to the default
|
|
``metrics.yml`` file for ``cpu`` and ``volume.size``, to match the defaults
|
|
of ceilometer and avoid logging errors in ``cloudkitty-processor`` with the
|
|
default setup.
|