monasca-agent/monasca_agent/common
loooosy 978157fe32 Replace six.iteritems() with .items()
update  where ```iteritems``` is used
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Ic82c26e0f37bd3ecea98bc85bd98bd62c8d762a2
2017-04-03 22:52:26 +08:00
..
__init__.py Renaming agent packages to reflect monasca 2014-12-19 09:22:03 -07:00
aggregator.py Replace six.iteritems() with .items() 2017-04-03 22:52:26 +08:00
config.py Merge "Adds config-file arg option" 2016-10-19 22:43:02 +00:00
daemon.py Restart collector in agent every 24 hours 2016-02-05 14:24:53 -07:00
emitter.py Remove measurement transformation from forwarder 2016-07-22 16:20:49 -06:00
exceptions.py Add Kubernetes Connector util class 2017-03-13 08:46:41 -06:00
keystone.py Add service_type, endpoint_type & region_name querying Keystone Catalog 2016-10-19 11:32:08 +02:00
metrics.py Partial support for DogStatsd extensions 2017-03-28 08:40:00 +00:00
psutil_wrapper.py Add support for psutil<2.0.0 2017-02-06 11:05:57 +01:00
singleton.py Add HPE copyright 2016-02-02 10:34:10 -07:00
util.py Properly get the conf.d folder 2016-10-11 19:42:04 +03:00