[monasca] monasca-agent 2.5.0 (queens)
We are stoked to announce the release of: monasca-agent 2.5.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.4.0..2.5.0 ------------------------------------- 089d8c4 Fix auto-detect crash on monasca-setup when using oslo.config cc6f1b9 Add container memory percentage metric when running in k8s 9105ce9 Update k8s utils and prometheus plugin 48e3173 Added aggregate VM counts to livbirt check 059e603 Remove -U from pip install 14a3e89 Fix RabbitMQ whitelist documentation error 5f0a3d9 readd nsfs to the list of ignored filesystems 1f3af5a Introduce agent plugin for LXC Diffstat (except docs and test files) ------------------------------------- conf.d/disk.yaml | 2 +- conf.d/kubernetes.yaml.example | 2 + conf.d/lxc.yaml.example | 20 +++ conf.d/rabbitmq.yaml.example | 6 +- monasca_agent/collector/checks/utils.py | 104 ++++++++----- monasca_agent/collector/checks_d/kubernetes.py | 60 +++++--- monasca_agent/collector/checks_d/libvirt.py | 53 ++++++- monasca_agent/collector/checks_d/lxc.py | 199 +++++++++++++++++++++++++ monasca_agent/collector/checks_d/prometheus.py | 140 +++++++++++++---- monasca_setup/detection/plugins/lxc.py | 61 ++++++++ monasca_setup/detection/utils.py | 17 ++- tox.ini | 2 +- 17 files changed, 737 insertions(+), 121 deletions(-)
participants (1)
-
no-reply@openstack.org