monasca-agent 4.0.0 (victoria)
We are pleased to announce the release of: monasca-agent 4.0.0: Monitoring agent for gathering metrics and sending them to the Monasca API. This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/monasca-agent Download the package from: https://tarballs.openstack.org/monasca-agent/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-agent 3.0.0.0rc1..4.0.0 ------------------------------------------ e021416 Update API version of monitored Cinder caffc7f Avoid single quote in help text 79dd8ca Convert byte-stream to 'utf-8' d3cc8c1 Use unittest.mock instead of mock 3d0f3e2 Start README.rst with a better title 0d16b32 Stop to use the __future__ module. 5af9c5a Remove dependency on local hostname a44befb Improve error handling in method that creates Monasca client a2400fc Fix parsing of StatsD metrics with Py3 579dc2c Add CONTRIBUTING.rst c309a95 Remove .testr.conf c404f41 Fix libvirt ping_checks documentation 1f24f46 Fix flake8 errors 4c8bee0 Fix hacking min version to 3.0.1 674cefe Add debug output for libvirt ping checks 72011ca Add Python3 victoria unit tests 17ba134 Do not copy /sbin/ip to /usr/bin/monasa-agent-ip Diffstat (except docs and test files) ------------------------------------- .testr.conf | 9 --- .zuul.yaml | 2 +- CONTRIBUTING.rst | 19 +++++ README.rst | 2 +- monasca_agent/collector/checks/check.py | 2 - monasca_agent/collector/checks/collector.py | 2 +- monasca_agent/collector/checks_d/apache.py | 3 +- monasca_agent/collector/checks_d/ceph.py | 4 +- monasca_agent/collector/checks_d/docker.py | 2 - monasca_agent/collector/checks_d/http_check.py | 2 +- monasca_agent/collector/checks_d/libvirt.py | 29 ++++--- monasca_agent/collector/checks_d/tcp_check.py | 3 +- monasca_agent/forwarder/api/monasca_api.py | 29 +++---- monasca_agent/statsd/udp.py | 1 + monasca_setup/detection/plugins/cinder.py | 2 +- monasca_setup/detection/plugins/libvirt.py | 76 ++++++------------- monasca_setup/main.py | 2 +- test-requirements.txt | 2 +- 26 files changed, 259 insertions(+), 201 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b7658ff..891e544 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org