cloudkitty/releasenotes/notes/skip-period-if-nonexistent-metric-ba56a671e68f5bf5.yaml
Luka Peschke 6404ec1569 Skip a cycle instead of retrying if a metric is not found in gnocchi
In case a metric is not found in gnocchi, return nothing instead of retrying.
The metric is unlikely to be available during the next collection cycle.

Change-Id: I4b954b146b800255554449bb19eb4bed3cb87dd4
2019-03-21 14:29:01 +01:00

7 lines
226 B
YAML

---
fixes:
- |
The behaviour of the gnocchi collector has changed in case of a nonexistent
metric. Given that a nonexistent metric is unlikely to exist in the next
collection cycle, the metric is simply skipped.