[release-announce] monasca-agent 2.6.3 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu May 16 06:52:24 UTC 2019


We are delighted to announce the release of:

monasca-agent 2.6.3: Monitoring agent for gathering metrics and
sending them to the Monasca API.

This release is part of the queens stable 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 2.6.2..2.6.3
-------------------------------------

0c47a34 Fix log rotation in monasca agent
a8442fc OpenDev Migration Patch
f21a43b Convert README to reStructuredText
f696026 Improve metric error handling
ea66b65 import zuul job settings from project-config
fbf3281 Correctly detects apache process when mod_perl is installed
89d31cc Allow Keystone config in init_config for http check


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                     |  2 +-
.zuul.yaml                                     |  2 +
README.md                                      | 49 --------------------
README.rst                                     | 63 ++++++++++++++++++++++++++
conf.d/http_check.yaml.example                 | 23 +++++-----
monasca_agent/collector/checks_d/http_check.py |  9 +++-
monasca_agent/common/aggregator.py             |  2 +-
monasca_agent/common/metrics.py                |  7 +++
monasca_agent/common/util.py                   |  5 +-
monasca_setup/detection/plugins/apache.py      | 21 ++++++++-
setup.cfg                                      | 14 +++---
test-requirements.txt                          |  1 +
tox.ini                                        |  5 ++
14 files changed, 154 insertions(+), 81 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 61dcfc7..26398a2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,0 +11 @@ os-testr>=1.0.0 # Apache-2.0
+docutils>=0.11 # OSI-Approved Open Source, Public Domain






More information about the Release-announce mailing list