ceilometer/ceilometer/tests/unit/publisher
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
..
__init__.py Initial separating unit and functional tests 2015-08-06 07:59:45 +03:00
test_file.py tests: remove oslo.config fixture usage 2017-04-18 18:24:49 +02:00
test_gnocchi.py gnocchi: don't create metrics with resource 2018-06-28 10:38:08 +02:00
test_http.py Replace ujson with json 2018-01-03 13:54:27 +00:00
test_messaging_publisher.py event: move models out of storage 2017-10-13 18:18:07 +02:00
test_prometheus.py publisher: add a Prometheus Pushgateway publisher 2018-04-17 09:50:08 +02:00
test_udp.py kill collector 2017-10-16 03:20:38 +00:00
test_utils.py utils: move publisher-only utils functions in publisher 2018-01-29 13:59:19 +01:00
test_zaqar.py event: move models out of storage 2017-10-13 18:18:07 +02:00