Re: [openstack-dev] [ceilometer]Can't find meter anywhere with ceilometer post REST API

2017-03-21 Thread Hui Xiang
Yurii, Thanks, with the config listed above, it works now. Hui. On Tue, Mar 21, 2017 at 2:50 PM, Yurii Prokulevych wrote: > Pipeline's config looks good. Could U please enable debug/verbose in > ceilometer.conf and check ceilometer/collector.log ? > > --- > Yurii > > On Tue, 2017-03-21 at 1

Re: [openstack-dev] [ceilometer]Can't find meter anywhere with ceilometer post REST API

2017-03-21 Thread Hui Xiang
gordon, Thanks much, it works by adding below section in pipeline.yaml - name: collectd_source interval: 60 meters: - "load.load" - "memory.memory" - "interface.if_dropped" - "interface.if_errors" - name: collectd_sink transform

Re: [openstack-dev] [ceilometer]Can't find meter anywhere with ceilometer post REST API

2017-03-21 Thread Yurii Prokulevych
Pipeline's config looks good. Could U please enable debug/verbose in ceilometer.conf and check ceilometer/collector.log ? --- Yurii On Tue, 2017-03-21 at 11:40 +0800, Hui Xiang wrote: > Thanks gordon for your info. > > The reason why not using gnocchi in mitaka is that we are using > collectd-ce

Re: [openstack-dev] [ceilometer]Can't find meter anywhere with ceilometer post REST API

2017-03-20 Thread Hui Xiang
Thanks gordon for your info. The reason why not using gnocchi in mitaka is that we are using collectd-ceilometer-plugin[1] to posting samples to ceilometer through ceilometer-api, after mitaka yes we will all move to gnocchi. """ when posting samples to ceilometer-api, the data goes through pipe

Re: [openstack-dev] [ceilometer]Can't find meter anywhere with ceilometer post REST API

2017-03-20 Thread gordon chung
On 18/03/17 04:54 AM, Hui Xiang wrote: > Hi folks, > > I am trying to post samples from third part software to ceilometer via > the REST API as below with Mitaka version. I can see ceilometer-api has > received this post, and seems forwarded to ceilometer notification agent > through RMQ. > fi

[openstack-dev] [ceilometer]Can't find meter anywhere with ceilometer post REST API

2017-03-18 Thread Hui Xiang
Hi folks, I am trying to post samples from third part software to ceilometer via the REST API as below with Mitaka version. I can see ceilometer-api has received this post, and seems forwarded to ceilometer notification agent through RMQ. However I can't find the meters anywhere posted, do I