OpenStack Telemetry (Ceilometer) Alarming
Go to file
Sandy Walsh eabb5624ec Optionally store Events in Collector.
Blueprint collector-stores-events

This will store the raw event in the Events table if enabled.

There are a few caveats:
1. It seems somewhere in the rpc layer is eating any exception
   being raised from the notification handler, so the ack() handling
   code isn't being reached. This will need to be fixed in oslo.

2. notification delivery_info is being stripped from the notification
   before the handler is called. This means we can't get any routing
   info on the notification (which queue did it come in on, for example).
   Again, this will need to be fixed in oslo.

3. The raw json of the event is not currently stored. The model will need
   to be extended to support this. Next.

Change-Id: Id4687e075e04278d1db6e8acc805c3fed2bd07bb
2013-07-11 12:56:30 -03:00
bin Merge "pipeline: switch publisher loading model to driver" 2013-06-14 15:30:10 +00:00
ceilometer Optionally store Events in Collector. 2013-07-11 12:56:30 -03:00
doc Merge "Use oslo.sphinx and remove local copy of doc theme" 2013-07-09 18:35:12 +00:00
etc Optionally store Events in Collector. 2013-07-11 12:56:30 -03:00
nova_tests Add pollster data cache 2013-07-02 18:54:00 -04:00
tests Optionally store Events in Collector. 2013-07-11 12:56:30 -03:00
tools Merge "Fix flake8 errors" 2013-07-04 23:54:03 +00:00
.gitignore Replace nose with testr 2013-05-18 18:06:38 +10:00
.gitreview Update .gitreview for openstack. 2012-11-11 19:13:08 +00:00
.testr.conf Replace nose with testr 2013-05-18 18:06:38 +10:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
CONTRIBUTING.rst Switch to pbr. 2013-05-11 12:44:54 -04:00
LICENSE include a copy of the ASL 2.0 2013-03-15 14:25:48 +00:00
MANIFEST.in Switch to pbr. 2013-05-11 12:44:54 -04:00
openstack-common.conf Update oslo, use new configuration generator 2013-05-28 11:50:23 -04:00
README.md Update readme and create release notes 2012-10-05 20:26:51 +02:00
ReleaseNotes Update documentation URL 2012-12-05 10:22:43 +01:00
requirements.txt Update Oslo 2013-07-02 14:26:06 +02:00
setup.cfg Simple service for singleton threshold eval 2013-07-01 14:16:11 +01:00
setup.py Switch to pbr. 2013-05-11 12:44:54 -04:00
test-requirements.txt Use oslo.sphinx and remove local copy of doc theme 2013-07-06 08:45:46 -04:00
tox.ini Fix flake8 errors 2013-07-02 15:37:20 -04:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer