<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 1, 2013 at 7:36 PM, Sam Morrison <span dir="ltr"><<a href="mailto:sorrison@gmail.com" target="_blank">sorrison@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
On 31/07/2013, at 6:45 PM, Julien Danjou <<a href="mailto:julien@danjou.info">julien@danjou.info</a>> wrote:<br>
<br>
> On Wed, Jul 31 2013, Sam Morrison wrote:<br>
><br>
> Hi Sam,<br>
><br>
>> Does everything that gets stored in the datastore go through the<br>
>> ceilometer.collector.metering queue?<br>
><br>
> If you only use the RPC publisher (which is the default), yes.<br>
><br>
>> If so maybe the collector could instead of storing the message forward these<br>
>> messages to another rabbit server where another collector is running who in<br>
>> turn either forwards it up or stores it in the datastore (or both maybe)<br>
>> I think the confusing thing to me is how notification messages get into<br>
>> ceilometer. The collector does 2 things I think? And it seems to leave the<br>
>> messages on the <a href="http://notification.info" target="_blank">notification.info</a> queue to build up?<br>
><br>
> Yes, the collector has 2 purposes right now:<br>
> 1. It listens for notifications on the RPC bus and converts them into<br>
>   Samples;<br>
> 2. It publishes these Samples according to your pipeline.yaml file to<br>
>   different conduct, the default being a RPC call on a collector for<br>
>   storing these samples.<br>
<br>
</div></div>Thanks for the info, looking at the code I think the way to do this would be to create a new dispatcher that instead of recording the metering data just forwards it on to another RPC server for another collector to consume.<br>

Do you think that's the way to go?<br></blockquote><div><br></div><div>I'm not certain any new code needs to be written. Couldn't we configure the pipeline in the cell to send the data directly upstream to the central collector, instead of having it pass through a collector in the cell?</div>
<div><br></div><div>Doug</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Cheers,<br>
Sam<br>
<div class="im HOEnZb"><br>
<br>
<br>
><br>
> --<br>
> Julien Danjou<br>
> ;; Free Software hacker ; freelance consultant<br>
> ;; <a href="http://julien.danjou.info" target="_blank">http://julien.danjou.info</a><br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div></div>