Go to file
Federico Ressi 9cf7d56f5a Refactor and test main entry point.
plugin.py is really hard to test because good part of
its logic happend during code importation.
It's test depends on the base TestCase that mocks too
much thinks in a way that makes hard to spot real problems.
The test also fails to test re-authenthication bug because
of bad mocking.

This code should fix above problems. It also remove some
logic in the hooks: exceptions are already captured and
logged by collectd and there is no need doing it inside of
hooks. Init hook is also pointless from the perspective
of this plugin initialization and it was removed.

Co-authored-by: Emma Foley <emma.l.foley@intel.com>
Related-Bug: #1615349
Change-Id: I4db8a94243ecbe98cd6bc13e4b66293172346dcd
2016-12-05 15:12:06 +00:00
2016-11-10 21:22:59 +00:00
2016-10-13 18:42:27 +00:00
2015-12-18 14:12:42 +00:00
2016-10-13 18:42:27 +00:00
2015-11-08 20:04:59 +00:00
2015-12-18 14:12:42 +00:00
2015-12-18 14:12:42 +00:00
2015-12-18 14:12:42 +00:00
2015-12-18 14:12:42 +00:00
2015-12-18 14:12:42 +00:00
2016-10-13 18:42:27 +00:00
2016-01-18 15:45:47 +00:00
2016-03-01 13:41:22 +00:00
2016-07-28 21:38:17 +00:00
2015-12-18 14:12:42 +00:00
2016-07-26 19:58:12 +01:00
2016-09-23 13:29:29 +00:00

collectd-ceilometer-plugin

OpenStack Ceilometer plugin for collectd.

This plugin for collectd publishes telemetry data gathered by collectd to Ceilometer. This enables a more comprehensive telemetry set to be made available to Ceilometer which will enable smarter scheduling and environmental service assurance monitoring.

Collateral

The following are links to background information, collateral and references to provide a clearer view on the need for this plugin, what it does and how it works:

Features

  • Converts from collectd data sources to Ceilometer format
    • Adds units for Ceilometer
  • Devstack plugin
    • Configure and deploy plugin
Description
A collection of collectd plugins to publish metrics and events to OpenStack services.
Readme 3.8 MiB
Languages
Python 91.1%
Shell 5.7%
reStructuredText 3.1%