We contentedly announce the release of: monasca-agent 2.9.0: Monitoring agent for gathering metrics and sending them to the Monasca API. This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/monasca-agent Download the package from: https://tarballs.openstack.org/monasca-agent/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/861 (please use `bug` tag) For more details, please see below. Changes in monasca-agent 2.8.0..2.9.0 ------------------------------------- abef630 add python 3.6 unit test job e2fb921 import zuul job settings from project-config f23ceda Enable the system metrics in Docker environment 3add6ce Switch to using stestr 20b5b95 Fix tests.detection.test_mon 9dc138c Improvements to formatting Diffstat (except docs and test files) ------------------------------------- .stestr.conf | 3 + .zuul.yaml | 4 + conf.d/cpu.yaml | 6 +- conf.d/disk.yaml | 6 +- conf.d/load.yaml | 6 +- conf.d/memory.yaml | 6 +- monasca_agent/collector/checks_d/cpu.py | 6 + monasca_agent/collector/checks_d/disk.py | 108 ++++++++------- monasca_agent/collector/checks_d/load.py | 9 +- monasca_agent/collector/checks_d/memory.py | 6 + test-requirements.txt | 2 +- tox.ini | 2 +- 14 files changed, 322 insertions(+), 179 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 92747b7..0c9982c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ prometheus_client -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0