ceilometer/ceilometer/tests/unit
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
..
compute inspector: memory: use usable of memoryStats if available 2018-05-14 14:36:37 +08:00
event nearly pluggable notification agent 2017-11-16 14:43:46 -05:00
hardware snmp: ignore rfc1905.NoSuchInstance result 2018-05-04 08:04:14 +00:00
image separate base manager from pipeline 2017-11-16 14:43:46 -05:00
ipmi separate base manager from pipeline 2017-11-16 14:43:46 -05:00
meter nearly pluggable notification agent 2017-11-16 14:43:46 -05:00
network Move utils.dict_to_keyval to opendaylight 2017-12-08 15:47:31 +01:00
objectstore separate base manager from pipeline 2017-11-16 14:43:46 -05:00
polling avoid verbose tracebacks on known errors 2018-02-12 16:48:50 +00:00
publisher gnocchi: don't create metrics with resource 2018-06-28 10:38:08 +02:00
transformer Replace oslo_utils.timeutils.isotime 2016-11-07 18:59:12 +08:00
volume cinder: link volume to image and instance 2018-02-27 16:14:19 +01:00
__init__.py Initial separating unit and functional tests 2015-08-06 07:59:45 +03:00
pipeline_base.py remove redundant filter check 2017-11-16 14:43:46 -05:00
test_bin.py Remove restiction on allowable namespaces in polling. 2018-05-01 18:16:16 +10:00
test_declarative.py Deprecate olsotest.mockpatch in favor of native fixtures 2017-05-04 23:29:22 +08:00
test_decoupled_pipeline.py move pipeline out of __init__ 2017-11-16 14:43:46 -05:00
test_event_pipeline.py remove redundant filter check 2017-11-16 14:43:46 -05:00
test_messaging.py tests: remove oslo.config fixture usage 2017-04-18 18:24:49 +02:00
test_middleware.py nearly pluggable notification agent 2017-11-16 14:43:46 -05:00
test_neutronclient.py tests: remove oslo.config fixture usage 2017-04-18 18:24:49 +02:00
test_neutronclient_lbaas_v2.py tests: remove oslo.config fixture usage 2017-04-18 18:24:49 +02:00
test_notification.py utils: move kill_listeners to ceilometer.notification 2018-01-31 12:22:13 +01:00
test_novaclient.py Remove deprecated nova_http_log_debug option 2017-09-25 20:59:53 +01:00
test_polling.py separate polling code 2017-11-16 14:43:46 -05:00
test_sample.py ensure timezone is included in timestamps 2017-08-01 16:45:12 +00:00