OpenStack Telemetry (Ceilometer) Middleware
Go to file
gordon chung 6a3c77bb30 add support to skip event/meter generation for certain projects
gnocchi is unuseable with swift backend because for every meter we
capture we are generating an event notification which creates 1+
meters, which creates 1+ event notifications, and so on. this will
flood the message queue and it will never catch up. by default, we
will configure system to ignore requests from gnocchi project.

DocImpact
Change-Id: I175c5d59529ebe51c8e5ccb379b54b05e9affe95
2015-06-23 15:45:18 +00:00
ceilometermiddleware add support to skip event/meter generation for certain projects 2015-06-23 15:45:18 +00:00
doc/source initial checkin 2015-01-20 18:36:18 -05:00
.coveragerc initial checkin 2015-01-20 18:36:18 -05:00
.gitignore ignore changelog 2015-02-03 02:38:38 +00:00
.gitreview initial checkin 2015-01-20 18:36:18 -05:00
.testr.conf initial checkin 2015-01-20 18:36:18 -05:00
CONTRIBUTING.rst initial checkin 2015-01-20 18:36:18 -05:00
HACKING.rst initial checkin 2015-01-20 18:36:18 -05:00
LICENSE initial checkin 2015-01-20 18:36:18 -05:00
MANIFEST.in initial checkin 2015-01-20 18:36:18 -05:00
README.rst Update README to work with release tools 2015-04-21 14:58:42 +00:00
babel.cfg initial checkin 2015-01-20 18:36:18 -05:00
openstack-common.conf initial checkin 2015-01-20 18:36:18 -05:00
requirements.txt Updated from global requirements 2015-05-07 23:29:30 +00:00
setup.cfg Add *paste.filter_factory* entry point 2015-03-18 16:55:17 +01:00
setup.py Updated from global requirements 2015-02-20 13:50:00 +00:00
test-requirements.txt Updated from global requirements 2015-05-07 23:29:30 +00:00
tox.ini initial checkin 2015-01-20 18:36:18 -05:00

README.rst

Middleware for OpenStack Telemetry (Ceilometer)

This library provides middleware modules designed to enable metric and event data generation to be consumed by Ceilometer.

For information on contributing, see CONTRIBUTING.rst.

For any other information, refer to the parent project, Ceilometer:

https://github.com/openstack/ceilometer