Re: [Openstack] [metering] notification metadata

2012-06-18 Thread Doug Hellmann
On Fri, Jun 15, 2012 at 10:34 AM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On Wed, Jun 13, 2012 at 4:26 PM, Caitlin Bestler caitlin.best...@nexenta.com wrote: Doug Hellmann wrote: ** ** There are a couple of other alternatives: ** ** 1. We could move

Re: [Openstack] [metering] notification metadata

2012-06-15 Thread Doug Hellmann
On Wed, Jun 13, 2012 at 4:26 PM, Caitlin Bestler caitlin.best...@nexenta.com wrote: Doug Hellmann wrote: ** ** There are a couple of other alternatives: ** ** 1. We could move notification handling into its own daemon to get it out of the collector. This new daemon would

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Nick Barcet
On 06/12/2012 05:51 PM, Doug Hellmann wrote: See https://review.stackforge.org/163 for the code. On Tue, Jun 12, 2012 at 11:05 AM, Doug Hellmann doug.hellm...@dreamhost.com mailto:doug.hellm...@dreamhost.com wrote: I am working on bug 1006120, adding metadata to the instance-related

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Doug Hellmann
On Wed, Jun 13, 2012 at 6:56 AM, Nick Barcet nick.bar...@canonical.comwrote: On 06/12/2012 05:51 PM, Doug Hellmann wrote: See https://review.stackforge.org/163 for the code. On Tue, Jun 12, 2012 at 11:05 AM, Doug Hellmann doug.hellm...@dreamhost.com mailto:doug.hellm...@dreamhost.com

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Nick Barcet
On 06/13/2012 01:55 PM, Doug Hellmann wrote: On Wed, Jun 13, 2012 at 6:56 AM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 06/12/2012 05:51 PM, Doug Hellmann wrote: See https://review.stackforge.org/163 for the code. On Tue, Jun

Re: [Openstack] [metering] notification metadata

2012-06-13 Thread Caitlin Bestler
Doug Hellmann wrote: There are a couple of other alternatives: 1. We could move notification handling into its own daemon to get it out of the collector. This new daemon would still run on a central service, and would need to be set up to support load balancing just as the collector is now.

[Openstack] [metering] notification metadata

2012-06-12 Thread Doug Hellmann
I am working on bug 1006120, adding metadata to the instance-related metering events. It's easy to add location data like availability zone to the pollsters because the agent has an object from the database with all of the information about the instance (we will have to change that, but presumably

Re: [Openstack] [metering] notification metadata

2012-06-12 Thread Doug Hellmann
See https://review.stackforge.org/163 for the code. On Tue, Jun 12, 2012 at 11:05 AM, Doug Hellmann doug.hellm...@dreamhost.com wrote: I am working on bug 1006120, adding metadata to the instance-related metering events. It's easy to add location data like availability zone to the pollsters