On Mon, Aug 5, 2013 at 3:49 AM, Julien Danjou wrote:
> On Fri, Aug 02 2013, Doug Hellmann wrote:
>
> > On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou
> wrote:
> >> That would need the RPC layer to connect to different rabbitmq server.
> >> Not sure that's supported yet.
> >>
> >
> > We'll have th
On 08/05/2013 04:49 AM, Julien Danjou wrote:
> On Fri, Aug 02 2013, Doug Hellmann wrote:
>
>> On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou wrote:
>>> That would need the RPC layer to connect to different rabbitmq server.
>>> Not sure that's supported yet.
>>>
>>
>> We'll have that problem in t
On Fri, Aug 02 2013, Doug Hellmann wrote:
> On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou wrote:
>> That would need the RPC layer to connect to different rabbitmq server.
>> Not sure that's supported yet.
>>
>
> We'll have that problem in the cell's collector, then, too, right?
If you have an AM
On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou wrote:
> On Fri, Aug 02 2013, Doug Hellmann wrote:
>
> > 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
On Fri, Aug 02 2013, Doug Hellmann wrote:
> 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?
That would need the RPC layer to
On Thu, Aug 1, 2013 at 7:36 PM, Sam Morrison wrote:
>
> On 31/07/2013, at 6:45 PM, Julien Danjou wrote:
>
> > On Wed, Jul 31 2013, Sam Morrison wrote:
> >
> > Hi Sam,
> >
> >> Does everything that gets stored in the datastore go through the
> >> ceilometer.collector.metering queue?
> >
> > If yo
On 31/07/2013, at 6:45 PM, Julien Danjou wrote:
> On Wed, Jul 31 2013, Sam Morrison wrote:
>
> Hi Sam,
>
>> Does everything that gets stored in the datastore go through the
>> ceilometer.collector.metering queue?
>
> If you only use the RPC publisher (which is the default), yes.
>
>> If so m
On Wed, Jul 31 2013, Sam Morrison wrote:
Hi Sam,
> Does everything that gets stored in the datastore go through the
> ceilometer.collector.metering queue?
If you only use the RPC publisher (which is the default), yes.
> If so maybe the collector could instead of storing the message forward thes
Hi,
There is a blueprint [1] that I'd like to get involved with. I know quite a bit
about cells but not much about ceilometer.
I'm trying to figure out all the message flows to see where the best place
would be to intercept the message and forward it up to a higher level rabbit
server.
Essenti