Re: [openstack-dev] Ceilometer, New measurements, Types

2015-10-10 Thread Igor Degtiarov
Meters are measurable value. So it cannot be a string. If you really need to have notifications about event that is exist but cannot be measured you can use Events. http://docs.openstack.org/admin-guide-cloud/telemetry-events.html Cheers, Igor Degtiarov Software Engineer Mirantis Inc

Re: [openstack-dev] [ceilometer] Inconsistent timestamping of polled data

2015-10-09 Thread Igor Degtiarov
Hi! Looks good to me, especially for cases when after some incident we gather a great amount of notifications in queue and stated to work with it so some data will have incorrect timestamp if it set only when sample is created. Cheers, Igor Degtiarov Software Engineer Mirantis Inc

Re: [openstack-dev] [Ceilometer][AODH] Timeout Event Alarms

2015-08-17 Thread Igor Degtiarov
of liberty? And the second one: are we going to create special rep for AODH specs or ceilometer-specs is ok for all new projects? Thank you in advance, Igor Degtiarov Software Engineer Mirantis Inc. www.mirantis.com On Fri, Aug 7, 2015 at 10:59 AM, Ryota Mibu r-m...@cq.jp.nec.com wrote: Hi

Re: [openstack-dev] [Ceilometer][AODH] Timeout Event Alarms

2015-08-17 Thread Igor Degtiarov
Gordon thanks for quick answer. I'll add a patch with new dir for mitaka specs and move my specs there. cheers, Igor Degtiarov Software Engineer Mirantis Inc. www.mirantis.com On Mon, Aug 17, 2015 at 7:02 PM, gord chung g...@live.ca wrote: good questions... On 17/08/2015 10:19 AM, Igor

[openstack-dev] [Ceilometer][AODH] Timeout Event Alarms

2015-08-04 Thread Igor Degtiarov
for implementation. (In specs review there is silence now) [1] https://wiki.openstack.org/wiki/Meetings/Ceilometer/Liberty_Virtual_Mid-Cycle [2] https://review.openstack.org/#/c/162167 [3] https://review.openstack.org/#/c/199005 Igor Degtiarov Software Engineer Mirantis Inc. www.mirantis.com

Re: [openstack-dev] [ceilometer] Pipeline for notifications does not seem to work

2015-03-21 Thread Igor Degtiarov
I am just curious have you restarted ceilometer services after pipeline.yaml has been changed? Igor Degtiarov Software Engineer Mirantis Inc www.mirantis.com On Sat, Mar 21, 2015 at 1:21 PM, Tim Bell tim.b...@cern.ch wrote: No errors in the notification logs. Should this work

Re: [openstack-dev] [ceilometer] Pipeline for notifications does not seem to work

2015-03-20 Thread Igor Degtiarov
Hi Tim I've check your case on my devstack. And I've received new hs06 meter in my meter list. So something wrong with your local env. Cheers, Igor D. Igor Degtiarov Software Engineer Mirantis Inc www.mirantis.com On Fri, Mar 20, 2015 at 5:40 PM, Tim Bell tim.b...@cern.ch wrote: I’m

[openstack-dev] [Ceilometer][MongoDB] Using native time to live feature in MongoDB

2014-11-06 Thread Igor Degtiarov
Hi stackers, I'm working on solving bug [1]. Time to live feature has native implementation in MongoDB thru index. Now we remove docs from resource table if they have no relations with existing samples in meter table while samples are removed when time to live is expired. So it seems that we can

Re: [openstack-dev] [Ceilometer] Adding pylint checking of new ceilometer patches

2014-10-06 Thread Igor Degtiarov
, Dina On Fri, Oct 3, 2014 at 12:40 PM, Igor Degtiarov idegtia...@mirantis.com wrote: Hi folks! I try too guess do we need in ceilometer checking new patches for critical errors with pylint? As far as I know Nova and Sahara and others have such check. Actually it is not checking

[openstack-dev] [Ceilometer] Adding pylint checking of new ceilometer patches

2014-10-03 Thread Igor Degtiarov
is more then 0 then patch are not taken. I have taken as pattern Sahara's solution and proposed a patch for ceilometer: https://review.openstack.org/#/c/125906/ Cheers, Igor Degtiarov ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http

Re: [openstack-dev] [Ceilometer] MySQL performance and Mongodb backend maturity question

2014-09-25 Thread Igor Degtiarov
Hi, Qiming Teng. Now all backends support events. So you may use MongoDB instead of MySQL, or if you like you may choose HBase. Cheers, Igor. -- Igor On Thu, Sep 25, 2014 at 7:43 AM, Preston L. Bannister pres...@bannister.us wrote: Sorry, I am jumping into this without enough context, but ...

Re: [openstack-dev] [Ceilometer] Complex resource_metadata could fail to store in MongoDB

2014-09-12 Thread Igor Degtiarov
. On Mon, Sep 8, 2014 at 5:02 PM, Igor Degtiarov idegtia...@mirantis.com wrote: On Thu, Sep 4, 2014 at 1:16 PM, Nadya Privalova nprival...@mirantis.com wrote: IMHO it's ok and even very natural to expect escaped query from users. e.g, we store the following structure {metadata

Re: [openstack-dev] [Ceilometer] Complex resource_metadata could fail to store in MongoDB

2014-09-08 Thread Igor Degtiarov
for all backends? In this case it's not necessary to know deep of tree. Thanks, Nadya Cheers, Igor D. On Fri, Aug 29, 2014 at 3:21 PM, Igor Degtiarov idegtia...@mirantis.com wrote: Hi, folks. I was interested in the problem with storing of samples, that contain complex

[openstack-dev] [Ceilometer] Complex resource_metadata could fail to store in MongoDB

2014-08-29 Thread Igor Degtiarov
thoughts and propositions are kindly welcome. [1] https://bugs.launchpad.net/mos/+bug/1360240 [2] http://docs.mongodb.org/manual/reference/limits/ [3] https://review.openstack.org/#/c/106376/ -- Igor Degtiarov ___ OpenStack-dev mailing list OpenStack-dev

Re: [openstack-dev] Tox run failure during installation of dependencies in requirements

2014-08-06 Thread Igor Degtiarov
Hi, Actually the same question, what is wrong with Tox now? -- Igor On Wed, Aug 6, 2014 at 1:19 PM, Narasimhan, Vivekanandan vivekanandan.narasim...@hp.com wrote: Hi, Recently , the Tox runs started to fail in my workspace. It fails consistently during installing dependencies with

Re: [openstack-dev] [Ceilometer] Question of necessary queries for Event implemented on HBase

2014-06-04 Thread Igor Degtiarov
: Hello Igor, Sounds reasonable. On 05/21/2014 02:38 PM, Igor Degtiarov wrote: Hi, I have found that filter model for Events has mandatory parameters start_time and end_time of the events period. So, it seems that structure for rowkey as ''timestamp + event_id will be more suitable

Re: [openstack-dev] [Ceilometer] Question of necessary queries for Event implemented on HBase

2014-05-21 Thread Igor Degtiarov
Hi, I have found that filter model for Events has mandatory parameters start_time and end_time of the events period. So, it seems that structure for rowkey as ''timestamp + event_id will be more suitable. I have started to work on bp

Re: [openstack-dev] [Ceilometer] Question of necessary queries for Event implemented on HBase

2014-05-05 Thread Igor Degtiarov
, Apr 30, 2014 at 4:36 PM, Dmitriy Ukhlov dukh...@mirantis.comwrote: Hello Igor! Could you clarify, please, Why do we need event_id + reversed_timestamp row key? Isn't event_id identify row? On Tue, Apr 29, 2014 at 11:08 AM, Igor Degtiarov idegtia...@mirantis.comwrote: Hi, everybody

[openstack-dev] [Ceilometer] Question of necessary queries for Event implemented on HBase

2014-04-29 Thread Igor Degtiarov
the patch with current implementation soon. Sincerely, Igor Degtiarov ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev