Re: [Openstack] ceilometer (java implementation)

2012-05-09 Thread Luis Gervaso
That's fantastic! What I mind is that the counters only should gather event info. Maybe multiple counters listening, collecting info about the system. But only one persist the event. Other process agreggates the data and creates different views/reports/billing, this should be outside of openstac

Re: [Openstack] ceilometer (java implementation)

2012-05-09 Thread Doug Hellmann
On Tue, May 8, 2012 at 7:19 PM, Luis Gervaso wrote: > Hi, > > I have uploaded a toy version of ceilometer (java implementation). > > It does implement the first two counters (instance : rabbitmq listener and > cpu : polling from libvirt) > > i need more clarification on the meaining: > > counter_

[Openstack] ceilometer (java implementation)

2012-05-08 Thread Luis Gervaso
Hi, I have uploaded a toy version of ceilometer (java implementation). It does implement the first two counters (instance : rabbitmq listener and cpu : polling from libvirt) i need more clarification on the meaining: counter_volume counter_duration counter_datetaime I hope this helps to figure