<div dir="ltr"><div>Can ceilometer-gurus advise?</div><div><br></div><div>[For Ceilometer/Juno]</div>Use case:<div>catch instance creation error notifications with ceilometer.</div><div><br></div><div>I tried the notifications as well as metering route, but haven't quite figured out how to do this --</div><div><br></div><div>- Added a notification class to <a href="http://opengrok.platform9.sys/source/xref/pf9-ceilometer/ceilometer/" style="font-size:medium;color:rgb(32,32,98);font-family:monospace">ceilometer</a><span style="font-size:medium;color:rgb(0,0,0);font-family:monospace">/</span><a href="http://opengrok.platform9.sys/source/xref/pf9-ceilometer/ceilometer/compute/" style="font-size:medium;text-decoration:none;color:rgb(32,32,98);font-family:monospace">compute</a><span style="font-size:medium;color:rgb(0,0,0);font-family:monospace">/</span><a href="http://opengrok.platform9.sys/source/xref/pf9-ceilometer/ceilometer/compute/notifications/" style="font-size:medium;text-decoration:none;color:rgb(32,32,98);font-family:monospace">notifications</a><span style="font-size:medium;color:rgb(0,0,0);font-family:monospace">/</span><a href="http://opengrok.platform9.sys/source/xref/pf9-ceilometer/ceilometer/compute/notifications/instance.py" style="font-size:medium;text-decoration:none;color:rgb(32,32,98);font-family:monospace">instance.py</a></div><div>- Noticed that there is a class called "Instance" which already subscribes to events compute.instance.*, disabled that by removing it from the egg entry points (setup.cfg)</div><div>- Created a pipeline to define a meter for my notifications class.</div><div><br></div><div>I noticed that the ceilometer-agent-notification service does not consume any notifications with above changes. I had to set </div><div>store_events=true in ceilometer.conf</div><div><br></div><div>Now, ceilometer generates events, but they are generic type.</div><div><br></div><div>1. Should I change event_definitions.yaml to store event information in the format that I want?</div><div>2. a way to generate only the event I am interested in, not all by default.<br></div><div><br></div><div><br></div><div>Thanks,</div></div>