Monday, 2014-06-30

*** openstack has joined #openstack-ceilometer13:49
*** robsparker has joined #openstack-ceilometer13:50
*** Shaan7_ is now known as Shaan713:50
*** Shaan7 has joined #openstack-ceilometer13:50
*** promulo_ has quit IRC13:51
*** psharma has quit IRC13:57
*** rwsu has joined #openstack-ceilometer14:16
*** fnaval has quit IRC14:17
*** amalagon has quit IRC14:21
pradkcan i get some eyes on this spec https://review.openstack.org/#/c/95779/14:28
*** ilyashakhat has quit IRC14:28
* cdent looks14:29
*** r3pl4y has quit IRC14:31
openstackgerritStéphane Albert proposed a change to openstack/ceilometer: Removed api-paste chicken-egg workaround  https://review.openstack.org/10355514:33
openstackgerritStéphane Albert proposed a change to openstack/ceilometer: Removed api-paste chicken-egg workaround  https://review.openstack.org/10355514:34
*** r3pl4y has joined #openstack-ceilometer14:48
*** zhikunliu1 has joined #openstack-ceilometer14:52
*** promulo has joined #openstack-ceilometer14:53
*** ildikov has quit IRC14:55
eglynnjd__: quick gnocchi question?14:57
jd__eglynn: sure14:58
eglynnjd__: what would be the pecan+voluptous equivalent to the wsmeext.pecan.wsexpose() decorator that we use in ceilo with pecan+wsme for validation of query param types?14:58
jd__eglynn: the method vexpose() that is defined in gnocchi.rest14:58
jd__but it's just for body validation, not query14:58
jd__I didn't add support for query param yet, as I never needed it I think14:59
eglynnjd__: cool enough, just wondering I missed something obvious14:59
jd__nop :)14:59
jd__should be pretty straightforward to add I think15:00
eglynnjd__: not urgent, related to cdent's comment on https://review.openstack.org/#/c/103435/2/gnocchi/rest/__init__.py15:00
jd__yep makes sense15:00
eglynnjd__: cool enough, we can hack something up when we're hacking away at the hacker's hackathon later in the week :)15:00
cdent\o/ even on controlled substrances I make sense15:00
* cdent takes more15:01
*** fnaval has joined #openstack-ceilometer15:01
jd__haha15:02
jd__eglynn: definitely15:02
jd__I'm still working on implementing proper aggregation in carbonara FWIW15:02
jd__but it requires me to not be on controlled susbstances, so it takes more time15:02
* cdent won't share15:03
openstackgerritlawrancejing proposed a change to openstack/ceilometer: Fix the section name in CONTRIBUTING.rst  https://review.openstack.org/10356215:04
openstackgerritlawrancejing proposed a change to openstack/ceilometer: Fix the section name in CONTRIBUTING.rst  https://review.openstack.org/10356215:06
*** mitz- has quit IRC15:07
*** mitz has joined #openstack-ceilometer15:07
*** tasdomas` is now known as tasdomas15:09
*** r3pl4y has quit IRC15:10
*** nati_ueno has joined #openstack-ceilometer15:12
*** mitz has quit IRC15:15
*** ifarkas_ has quit IRC15:16
*** mitz has joined #openstack-ceilometer15:16
*** fnaval has quit IRC15:20
*** erecio has quit IRC15:22
*** ildikov has joined #openstack-ceilometer15:26
*** amalagon has joined #openstack-ceilometer15:26
openstackgerritAla Rezmerita proposed a change to openstack/ceilometer: Fix aggregator _get_unique_key method  https://review.openstack.org/10191315:28
*** r3pl4y has joined #openstack-ceilometer15:29
*** promulo has quit IRC15:31
*** admin0 has left #openstack-ceilometer15:37
*** yjiang5_away is now known as yjiang515:42
*** nati_ueno has quit IRC15:47
*** promulo has joined #openstack-ceilometer15:50
*** nacim has quit IRC15:52
openstackgerritlawrancejing proposed a change to openstack/ceilometer: Use immutable arg rather mutable arg  https://review.openstack.org/10357215:57
*** fnaval has joined #openstack-ceilometer16:00
*** Ruetobas has quit IRC16:01
*** Ruetobas has joined #openstack-ceilometer16:03
openstackgerritZhi Kun Liu proposed a change to openstack/ceilometer: Revert "Align to openstack python package index mirror"  https://review.openstack.org/10357516:05
openstackgerritZhi Kun Liu proposed a change to openstack/ceilometer: Revert "Align to openstack python package index mirror"  https://review.openstack.org/10357516:05
*** Ruetobas has quit IRC16:08
*** erecio has joined #openstack-ceilometer16:11
boris-42eglynn ildikov so guys16:13
*** IvanBerezovskiy has left #openstack-ceilometer16:13
boris-42eglynn ildikov can we merge that patch (and after integration of osprofiler) I will start on improving storage for it16:13
boris-42eglynn ildikov  it's really important to get it in.. otherwise I won't be able to show everybody why they need osprofiler..16:13
*** Ruetobas has joined #openstack-ceilometer16:14
ildikovboris-42: looking16:14
boris-42ildikov thank you16:14
*** underyx is now known as Underyx|off16:18
SergeyLukjanoveglynn, hey, we're traveling now and on PTO, just open my laptop :)16:25
eglynnSergeyLukjanov: no worries!16:28
eglynnSergeyLukjanov: logging seems be to alive again :) http://eavesdrop.openstack.org/irclogs/%23openstack-ceilometer/%23openstack-ceilometer.2014-06-30.log16:29
*** ccrouch has joined #openstack-ceilometer16:31
SergeyLukjanoveglynn, yeah16:35
openstackgerritMatt Riedemann proposed a change to openstack/ceilometer: Revert "Align to openstack python package index mirror"  https://review.openstack.org/10358116:36
openstackgerritMatt Riedemann proposed a change to openstack/ceilometer: Revert "Align to openstack python package index mirror"  https://review.openstack.org/10358116:36
*** safchain has quit IRC16:43
boris-42ildikov btw16:44
boris-42ildikov is there any way to avoid all this magic with DBs and queries16:44
boris-42ildikov in ceilometer16:44
boris-42ildikov and have db.api like in other projects16:44
boris-42ildikov with different implementation16:44
boris-42ildikov I can make for couple of hours very scalable storage in sql/mongo16:44
boris-42ildikov for profiler16:45
boris-42ildikov actually I can make a code, in separated repo and show what I would like to have =) and could you help me with implementing similar stuff in ceilo?)16:45
ildikovboris-42: I didn't ask you to do any kind of magic, I just would like to keep profiler data separated from samples :)16:57
boris-42ildikov I mean no magic just proper structure of data16:58
boris-42ildikov and separated schema16:58
ildikovboris-42: cool enough16:59
ildikovboris-42: I cannot promise too much from my time nowadays, but will try my best17:00
boris-42ildikov but in any case I would like to get that patch in17:00
boris-42ildikov it will allow me to work on oslo.messaging and integration in all porjects17:00
boris-42which takes forever17:00
ildikovboris-42: sure, understood17:01
eglynnjd__: on those changes you mentioned early WRT proper aggregation in carbonara ...17:03
eglynnjd__: ... just wondering if any of the changes were external to the storage driver?17:03
eglynnjd__: (if so, I could try to get a head start on implementing the changed logic for the influx strawman)17:03
*** nati_ueno has joined #openstack-ceilometer17:14
*** promulo has quit IRC17:29
openstackgerritA change was merged to openstack/ceilometer: Remove meter hardware.network.bandwidth.bytes  https://review.openstack.org/10059517:34
openstackgerritA change was merged to openstack/ceilometer: clean up sample index  https://review.openstack.org/9620017:34
openstackgerritA change was merged to openstack/ceilometer: Fixed various import issues exposed by unittest  https://review.openstack.org/9928017:34
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer-specs: Spec for metering FWaaS  https://review.openstack.org/9577917:34
*** cdent has quit IRC17:35
*** thomasem has quit IRC17:48
*** thomasem has joined #openstack-ceilometer17:51
*** fnaval has quit IRC17:54
*** zhikunliu1 has quit IRC17:54
*** fnaval has joined #openstack-ceilometer17:54
*** erecio has quit IRC17:54
*** erecio has joined #openstack-ceilometer17:55
*** eglynn has quit IRC17:56
*** fnaval has quit IRC17:59
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Improve a bit performance of Ceilometer  https://review.openstack.org/10361018:12
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Added osprofiler notifications plugin  https://review.openstack.org/10023918:27
*** lsmola__ has joined #openstack-ceilometer18:31
boris-42ildikov so I think I addressed your issues18:33
boris-42ildikov including docs18:33
*** promulo has joined #openstack-ceilometer18:37
*** shadower has quit IRC18:41
*** shadower has joined #openstack-ceilometer18:42
ildikovboris-42: checking18:44
*** shengjie has quit IRC18:44
*** shengjie has joined #openstack-ceilometer18:45
*** lsmola__ has quit IRC18:50
ildikovboris-42: just a few nits19:00
boris-42ildikov oh crap19:01
boris-42ildikov I forgot abut tests19:01
boris-42ildikov sorry for that19:01
ildikovboris-42: no probs, sorry for checking it again :)19:01
ildikovboris-42: I added one comment to how Note should be formatted with Sphinx19:02
*** lsmola__ has joined #openstack-ceilometer19:04
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Added osprofiler notifications plugin  https://review.openstack.org/10023919:08
*** lsmola__ has quit IRC19:08
*** thomasem has quit IRC19:09
*** thomasem has joined #openstack-ceilometer19:11
*** nati_ueno has quit IRC19:11
*** nati_ueno has joined #openstack-ceilometer19:12
*** fnaval has joined #openstack-ceilometer19:13
ildikovboris-42: one final nit and then it looks good to me :)19:21
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Added osprofiler notifications plugin  https://review.openstack.org/10023919:23
boris-42ildikov done19:23
ildikovboris-42: cool, thanks!19:25
boris-42ildikov thank you19:25
ildikovboris-42: the gate does not look too good tho' :(19:25
boris-42ildikov now let's pray to gods of gates19:25
boris-42lol19:26
ildikovboris-42: :)19:26
*** julim has quit IRC19:30
*** julim has joined #openstack-ceilometer19:33
*** eglynn has joined #openstack-ceilometer19:34
*** sileht_ has quit IRC19:34
*** sileht has joined #openstack-ceilometer19:35
*** r3pl4y has quit IRC19:36
*** nati_ueno has quit IRC19:55
*** nati_ueno has joined #openstack-ceilometer19:55
*** eglynn has quit IRC19:57
*** julim has quit IRC20:00
*** julim has joined #openstack-ceilometer20:02
*** alexpilotti has quit IRC20:16
*** Longgeek has quit IRC20:28
*** promulo has quit IRC20:35
*** promulo has joined #openstack-ceilometer20:35
*** fnaval has quit IRC20:44
*** fnaval has joined #openstack-ceilometer20:44
*** fnaval has quit IRC20:49
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Added osprofiler notifications plugin  https://review.openstack.org/10023920:52
*** fnaval has joined #openstack-ceilometer20:52
boris-42eglynn-reg-offic ^ I hope latest =)20:52
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Added osprofiler notifications plugin  https://review.openstack.org/10023920:57
*** jdob has quit IRC20:59
*** thomasem has quit IRC21:03
openstackgerritPhil Neal proposed a change to openstack/ceilometer-specs: PaaS Event Format for Ceilometer Collection  https://review.openstack.org/10196721:11
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Added osprofiler notifications plugin  https://review.openstack.org/10023921:13
openstackgerritPhil Neal proposed a change to openstack/ceilometer-specs: PaaS Event Format for Ceilometer Collection  https://review.openstack.org/10196721:14
openstackgerritPhil Neal proposed a change to openstack/ceilometer-specs: PaaS Event Format for Ceilometer Collection  https://review.openstack.org/10196721:16
*** rbowen has quit IRC21:16
openstackgerritPhil Neal proposed a change to openstack/ceilometer-specs: PaaS Event Format for Ceilometer Collection  https://review.openstack.org/10196721:18
*** julim has quit IRC21:21
openstackgerritBoris Pavlovic proposed a change to openstack/ceilometer: Added osprofiler notifications plugin  https://review.openstack.org/10023921:24
boris-42eglynn-reg-offic sorry for spam ^ wasn't able to test it locally.. on my mac and to lazy to turn on VM=)21:26
boris-42too*21:26
*** nati_uen_ has joined #openstack-ceilometer21:27
*** ccrouch1 has joined #openstack-ceilometer21:29
*** erecio has quit IRC21:30
*** safchain has joined #openstack-ceilometer21:35
*** chrisf_ has joined #openstack-ceilometer21:35
*** chrisf has quit IRC21:35
*** nati_ueno has quit IRC21:35
*** Daviey has quit IRC21:35
*** greghaynes has quit IRC21:35
*** Ruetobas has quit IRC21:36
*** ccrouch has quit IRC21:36
*** chrisf_ is now known as chrisf21:36
*** Daviey has joined #openstack-ceilometer21:36
*** Ruetobas has joined #openstack-ceilometer21:37
boris-42ildikov thanks!21:42
boris-42ildikov btw what is your time zone?21:43
*** greghaynes has joined #openstack-ceilometer21:44
*** promulo has quit IRC21:56
ildikovboris-42: UTC+2 currently22:20
ildikovboris-42: yours?22:21
boris-42liusheng UTC +422:21
boris-42ildikov UTC +422:21
boris-42liusheng sorry*22:21
ildikovboris-42: so you don't like sleeping :)22:21
boris-42ildikov no I like=)22:21
boris-42ildikov but too much work+)22:21
ildikovboris-42: I hear ya...22:22
boris-42ildikov one more patch in oslo.messaging22:22
boris-42ildikov and osprofiler will be ready for other projects22:23
*** amalagon has left #openstack-ceilometer22:24
ildikovboris-42: cool, almost have the first big step then :)22:24
boris-42ildikov yep22:24
*** jaypipes has quit IRC22:24
boris-42ildikov but there will be a lot of work to make it fully ready (as a product)22:24
ildikovboris-42: sure, I can imagine, that is why I wrote 'first step'22:25
*** safchain has quit IRC22:35
*** flwang has quit IRC22:38
*** promulo has joined #openstack-ceilometer22:44
*** promulo_ has joined #openstack-ceilometer23:17
*** promulo has quit IRC23:17
*** openstackgerrit has quit IRC23:19
*** openstackgerrit has joined #openstack-ceilometer23:20
*** Ruetobas has quit IRC23:29
*** fnaval has quit IRC23:41
*** Ruetobas has joined #openstack-ceilometer23:48
*** Ruetobas has quit IRC23:53
*** Ruetobas has joined #openstack-ceilometer23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!