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

no-reply at openstack.org no-reply at openstack.org
Thu Oct 26 15:10:49 UTC 2017


We exuberantly announce the release of:

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

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/monasca-agent/

For more details, please see below.

Changes in monasca-agent 2.2.0..2.3.0
-------------------------------------

f3410a4 Adding httpd-worker apache process on SLES
8e6e393 Don't drop batch on one bad metric
41a0e49 Ceph monitoring plugin: allow using sudo
d8f0857 Fix the example http_check.yaml for Keystone
4a30ba8 added virtenv in gitignore
f49b382 added .stestr in gitignore
d856989 Replace basestring with six.string_types
4c2f87c Add some new metrics and update some old ones
c7799ed change assert(Not)Equals to assert(Not)Equal
8a09ee6 Fix Prometheus metrics endpoint scanning
2e5c647 Change template/example of Libvirt config file
5f849db Fix slash handling in KubernetesConnector's get_request
a24c8ed Add a smaller vcenter plugin for status
1f1b997 Update documentation


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

.gitignore                                         |   2 +
conf.d/http_check.yaml.example                     |   1 +
conf.d/libvirt.yaml.example                        |  23 +++++
conf.d/vcenter_slim.yaml.example                   |  27 +++++
monasca_agent/collector/checks/check.py            |  21 ++--
monasca_agent/collector/checks/utils.py            |   9 +-
monasca_agent/collector/checks_d/ceph.py           |   3 +
monasca_agent/collector/checks_d/kafka_consumer.py |   7 +-
monasca_agent/collector/checks_d/libvirt.py        |  43 ++++++--
monasca_agent/collector/checks_d/prometheus.py     |   7 +-
monasca_agent/collector/checks_d/vcenter_slim.py   |  76 ++++++++++++++
monasca_agent/collector/virt/inspector.py          |   4 +-
monasca_agent/collector/virt/libvirt/inspector.py  |   6 +-
monasca_setup/detection/plugins/apache.py          |   4 +-
monasca_setup/detection/plugins/process.py         |   4 +-
21 files changed, 394 insertions(+), 86 deletions(-)







More information about the Release-announce mailing list