ceilometer/releasenotes/notes/gnocchi-no-metric-by-default-b643e09f5ffef2c4.yaml
Mehdi Abaakouk 826ba35c6e gnocchi: don't create metrics with resource
Ceilometer creates metrics that will never get measures (service not
polled, notification not configured).

This is because we create all metrics during resource creation. That was
done sometimes ago because Gnocchi was not provide metrics creating
during batching process.

But since a while now, we also create metrics (if missing) during the
batch processing.

This change removes the creation of metrics during resource creation.
All metrics with measures got created during the batch call.

This stops to have metric without measures in Gnocchi.

Change-Id: I3f3b805722b11029aefdb76bae93413cb32ecff6
2018-06-28 10:38:08 +02:00

7 lines
204 B
YAML

---
issues:
- |
Ceilometer created metrics that could never get measures depending on the
polling configuration. Metrics are now created only if Ceilometer gets at
least a measure for them.