Re: [openstack-dev] [gnocchi] host field information flapping for instance resource-type

2016-10-13 Thread gordon chung
you might want to try editing https://github.com/openstack/ceilometer/blob/master/etc/ceilometer/gnocchi_resources.yaml#L62 - host: resource_metadata.host + host: resource_metadata.(instance_host|host) that might work? if it does, feel free to push it back to community. On 13/10/16

Re: [openstack-dev] [gnocchi] host field information flapping for instance resource-type

2016-10-13 Thread gordon chung
i won't lie, i don't remember opening that bug.lol it actually might be related to this previous fix: https://github.com/openstack/ceilometer/commit/de5ff7303d6f278ef37149297bbb7d2e77f45a0d On 12/10/16 08:49 PM, Jake Yip wrote: > Hi all! > > We've been trying to get gnocchi working us, and have

Re: [openstack-dev] [gnocchi] host field information flapping for instance resource-type

2016-10-13 Thread Julien Danjou
On Thu, Oct 13 2016, Jake Yip wrote: Hi Jake, It's probably better to keep updating the bug, so I've added my comments there too. :) > 1) why is the host information flapping? Are there difference services > generating this data? Likely divergence between Nova notifications and Ceilometer

[openstack-dev] [gnocchi] host field information flapping for instance resource-type

2016-10-12 Thread Jake Yip
Hi all! We've been trying to get gnocchi working us, and have been hitting some performance bottlenecks. It seems that the 'host' field for the instance resource-type flaps between host id and host names. This makes the gnocchi dispatcher calls an update per resource which is a HTTP PATCH call.