<div dir="ltr"><div><div>Hi Alex,<br><br>Not sure if it is a bug, but you are right, ceiloemeter did not send the notification that you required. Perhaps you can log a bug or else you can patch your cluster directly to enable this.<br>
<br>class ComputeInstanceNotificationBase(ComputeNotificationBase):<br>    """Convert compute.instance.* notifications into Counters<br>    """<br>    @staticmethod<br>    def get_event_types():<br>
        return ['compute.instance.create.start',<br>                'compute.instance.create.end',<br>                'compute.instance.exists',<br>                'compute.instance.update',<br>
                'compute.instance.delete.start',<br>                'compute.instance.delete.end',<br>                'compute.instance.finish_resize.end',<br>                'compute.instance.resize.revert.end']<br>
</div>Thanks,<br><br></div>Jay<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/24 Alessandro Barabesi <span dir="ltr"><<a href="mailto:abarabesi@enter.it" target="_blank">abarabesi@enter.it</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everybody,<br>
<br>
I have the following problem when resizing an instance. I expected ceilometer to generate samples<br>
for the following resize related events:<br>
<br>
compute.instance.resize.prep.start/.end<br>
compute.instance.resize.confirm.start/.end<br>
<br>
and, maybe, also for:<br>
<br>
compute.instance.resize.start/.end<br>
compute.instance.finish_resize.start/.end<br>
<br>
<br>
but if I query ceilmeter I only find samples with event_type=compute.instance.finish_resize.end<br>
<br>
Can you tell me if ceilometer is meant to collect only the "compute.instance.finish_resize.end" event?<br>
<br>
<br>
Many thanks<br>
Alex<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br></div>