*** Qiming has joined #openstack-ceilometer | 00:09 | |
*** ddieterly has joined #openstack-ceilometer | 00:11 | |
*** ddieterly has quit IRC | 00:12 | |
*** ddieterly has joined #openstack-ceilometer | 00:12 | |
*** ddieterly has quit IRC | 00:17 | |
*** matsuhashi has joined #openstack-ceilometer | 00:21 | |
*** nati_ueno has joined #openstack-ceilometer | 00:23 | |
*** _nadya_ has quit IRC | 00:25 | |
*** Qiming has quit IRC | 00:40 | |
*** ildikov has quit IRC | 01:06 | |
*** ddieterly has joined #openstack-ceilometer | 01:08 | |
*** _cjones_ has quit IRC | 01:13 | |
*** _cjones_ has joined #openstack-ceilometer | 01:14 | |
*** fnaval has joined #openstack-ceilometer | 01:16 | |
*** Qiming has joined #openstack-ceilometer | 01:18 | |
*** _cjones_ has quit IRC | 01:18 | |
openstackgerrit | liusheng proposed a change to openstack/python-ceilometerclient: Improve --debug logging output https://review.openstack.org/102076 | 01:23 |
---|---|---|
*** nosnos has joined #openstack-ceilometer | 01:44 | |
*** nati_ueno has quit IRC | 01:53 | |
*** ddieterly has quit IRC | 02:15 | |
*** _cjones_ has joined #openstack-ceilometer | 02:25 | |
*** fnaval has quit IRC | 02:26 | |
*** dmsimard is now known as dmsimard_away | 02:28 | |
*** _cjones_ has quit IRC | 02:29 | |
*** fnaval has joined #openstack-ceilometer | 02:33 | |
*** dmsimard_away is now known as dmsimard | 02:35 | |
*** dmsimard is now known as dmsimard_away | 02:35 | |
Qiming | ceilometer-alaram-evaluator forms the following incorrect SQL statement that cannot be evaluated by mysql: | 02:37 |
Qiming | SELECT meter.unit AS meter_unit, min(sample.timestamp) AS tsmin, max(sample.timestamp) AS tsmax, count(sample.volume) AS count, max(sample.volume) AS max, sum(sample.volume) AS sum, avg(sample.volume) AS avg, min(sample.volume) AS min FROM sample, meter LEFT OUTER JOIN metadata_text AS metadata_text_1 ON (sample.id = metadata_text_1.id AND metadata_text_1.meta_key = 'user_metadata.stack') WHERE meter.id = sample.meter_id AND meter.name = | 02:37 |
Qiming | 'cpu_util' AND sample.timestamp >= 100 AND sample.timestamp <= 100 AND metadata_text_1.value = '5030b1fd-02d2-49bb-8a28-5f1c8edbe017' AND sample.timestamp >= 200 AND sample.timestamp < 300 GROUP BY meter.uni | 02:37 |
Qiming | the error message is: Unknown column 'sample.id' in 'on clause' | 02:37 |
*** yfujioka has joined #openstack-ceilometer | 02:42 | |
liusheng | Qiming: maybe need running *ceilometer-dbsync* command, just guess :) | 02:42 |
Qiming | hi, liusheng | 02:43 |
liusheng | Qiming: Hi | 02:43 |
Qiming | my guess is that this SQL is incorrect | 02:43 |
*** Alice911 has joined #openstack-ceilometer | 02:43 | |
Qiming | it is specifying two tables to be LEFT OUTER JOIN with another table | 02:43 |
Qiming | manually tried this in mysql... I'm getting the same error message | 02:44 |
liusheng | Qiming: let me try, your alarm is based on cpu_util? | 02:45 |
Qiming | yes | 02:45 |
liusheng | Qiming: ok | 02:45 |
*** fnaval has quit IRC | 02:45 | |
*** ddieterly has joined #openstack-ceilometer | 02:49 | |
liusheng | Qiming: it is ok in my devstack | 02:53 |
Qiming | are you using devstack? | 02:54 |
*** nosnos has quit IRC | 02:54 | |
*** ddieterly has quit IRC | 02:54 | |
liusheng | Qiming: yes | 02:54 |
Qiming | and mysql backend? | 02:54 |
liusheng | Qiming: yes | 02:54 |
Qiming | ... | 02:54 |
*** nosnos has joined #openstack-ceilometer | 02:54 | |
liusheng | Qiming: did you have tried ceilometer-dbsyn ? | 02:54 |
Qiming | liusheng, do you mean the SQL above executes okay in your env? | 02:55 |
Qiming | yes, I did ceilometer-dbsync several times, stop all ceilo services and restart them all ... | 02:56 |
liusheng | Qiming: you mean run the SQL statement directly? | 02:56 |
Qiming | the SQL above was what ceilometer was forming, and then it complains that SQL is not correct | 02:57 |
liusheng | Qiming: maybe this is related the version of sql | 02:57 |
*** tasdomas has quit IRC | 02:58 | |
liusheng | Qiming: search the "Unknown column 'sample.id' in 'on clause'" in google, there are some statements | 02:58 |
*** nosnos has quit IRC | 02:59 | |
Qiming | you mean ... google ... | 02:59 |
*** tasdomas has joined #openstack-ceilometer | 03:00 | |
Qiming | ahh, bug #1332673 | 03:02 |
*** nosnos has joined #openstack-ceilometer | 03:05 | |
liusheng | Qiming: it seems is a issue, I have reproduced the error | 03:06 |
Qiming | it appears when I'm telling ceilometer to do a metadata matching when evaluating an alarm ... | 03:07 |
Qiming | liusheng, check this: http://git.openstack.org/cgit/openstack/ceilometer/tree/ceilometer/storage/sqlalchemy/models.py#n201 | 03:09 |
Qiming | could it be there the join happens? | 03:10 |
*** ddieterly has joined #openstack-ceilometer | 03:11 | |
*** ddieterly has quit IRC | 03:16 | |
*** matsuhashi has quit IRC | 03:18 | |
*** matsuhashi has joined #openstack-ceilometer | 03:19 | |
*** matsuhashi has quit IRC | 03:24 | |
*** deepthi has joined #openstack-ceilometer | 03:29 | |
liusheng | Qiming: Hi | 03:33 |
liusheng | Qiming: I reproduce the issue by command "ceilometer statistics -m cpu_util -q metadata.abc=abc" | 03:34 |
*** nosnos has quit IRC | 03:34 | |
*** nosnos has joined #openstack-ceilometer | 03:35 | |
liusheng | Qiming: and I get the error message like you have met | 03:35 |
liusheng | Qiming: I build the sql statements, like "SELECT meter.unit AS meter_unit, min(sample.timestamp) AS tsmin, max(sample.timestamp) AS tsmax, count(sample.volume) AS count, max(sample.volume) AS max, sum(sample.volume) AS sum, avg(sample.volume) AS avg, min(sample.volume) AS min FROM sample, meter LEFT OUTER JOIN metadata_text AS metadata_text_1 ON (sample.id = metadata_text_1.id AND metadata_text_1.meta_key = 'abc') WHERE meter.id = | 03:36 |
liusheng | sample.meter_id AND meter.name = 'cpu_util' AND metadata_text_1.value = 'abc' GROUP BY meter.unit;" | 03:36 |
zqfan | liusheng, what you're talking about may be https://bugs.launchpad.net/ceilometer/+bug/1332673 | 03:37 |
liusheng | Qiming: I run it in sql CLI, the same error printed, when I change the "FROM sample, meter" to "FROM (sample, meter)" the problem missed | 03:38 |
liusheng | zqfan: yes, I have found the bug | 03:38 |
*** nosnos has quit IRC | 03:39 | |
liusheng | maybe the google is right \o/, like this article:http://blog.csdn.net/smith789/article/details/7268281 | 03:39 |
*** liusheng is now known as liusheng-leave | 04:07 | |
*** liusheng-leave is now known as liusheng-afk | 04:07 | |
*** matsuhashi has joined #openstack-ceilometer | 04:10 | |
Qiming | hi, liusheng | 04:11 |
*** ddieterly has joined #openstack-ceilometer | 04:11 | |
*** ddieterly has quit IRC | 04:16 | |
*** nosnos has joined #openstack-ceilometer | 04:19 | |
*** ildikov has joined #openstack-ceilometer | 04:22 | |
*** ildikov has quit IRC | 04:32 | |
*** psharma has joined #openstack-ceilometer | 04:39 | |
*** _nadya_ has joined #openstack-ceilometer | 04:50 | |
*** _nadya__ has joined #openstack-ceilometer | 04:52 | |
*** _nadya_ has quit IRC | 04:52 | |
*** nati_ueno has joined #openstack-ceilometer | 04:58 | |
*** yatin has joined #openstack-ceilometer | 05:06 | |
*** ajc_ has joined #openstack-ceilometer | 05:07 | |
*** _nadya__ has quit IRC | 05:08 | |
*** ddieterly has joined #openstack-ceilometer | 05:11 | |
*** ddieterly has quit IRC | 05:16 | |
*** Qiming has quit IRC | 05:22 | |
*** ildikov has joined #openstack-ceilometer | 05:28 | |
*** Alice911 has quit IRC | 05:41 | |
*** rwsu has quit IRC | 05:41 | |
*** Alice911 has joined #openstack-ceilometer | 05:42 | |
*** _nadya_ has joined #openstack-ceilometer | 05:44 | |
*** Alice911 has quit IRC | 05:44 | |
*** Alice911 has joined #openstack-ceilometer | 05:47 | |
*** _nadya_ has quit IRC | 05:50 | |
*** Longgeek has joined #openstack-ceilometer | 06:01 | |
*** Longgeek has quit IRC | 06:02 | |
*** Longgeek has joined #openstack-ceilometer | 06:03 | |
*** robsparker has quit IRC | 06:04 | |
openstackgerrit | Tatsuro Makita proposed a change to openstack/ceilometer: Add log output of "x-openstack-request-id" from nova https://review.openstack.org/101465 | 06:05 |
*** Qiming has joined #openstack-ceilometer | 06:07 | |
*** liusheng-afk is now known as liusheng | 06:10 | |
*** ddieterly has joined #openstack-ceilometer | 06:11 | |
liusheng | hi Qiming | 06:13 |
Qiming | hi | 06:13 |
Qiming | liusheng, do you know anyone is working on the bug reported? | 06:14 |
*** ddieterly has quit IRC | 06:16 | |
*** ddieterly has joined #openstack-ceilometer | 06:16 | |
liusheng | Qiming: No, I just assigned this bug to me temporarily, and trying to upload a patch | 06:16 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Use hmac.compare_digest to compare signature https://review.openstack.org/101934 | 06:16 |
Qiming | cool. | 06:17 |
Qiming | the bug is introduced here, I think: http://git.openstack.org/cgit/openstack/ceilometer/tree/ceilometer/storage/impl_sqlalchemy.py#n135 | 06:17 |
liusheng | Qiming: :) | 06:17 |
liusheng | Qiming: yeah, I am searching around here | 06:18 |
Qiming | great!! | 06:19 |
liusheng | Qiming: if you have a way to solve this bug, you can assign to you, haha :) | 06:19 |
*** harlowja is now known as harlowja_away | 06:20 | |
*** sam___ has joined #openstack-ceilometer | 06:20 | |
Qiming | liusheng: I'm not the right person to work this out due to my limited knowledge on SQL JOIN ... | 06:20 |
*** ddieterly has quit IRC | 06:21 | |
Qiming | liusheng: but I am really eager to see a patch because it is blocking my work on other things ... | 06:22 |
liusheng | Qiming: I am trying, actually, I am also not familiar with SQL, just have a try :) | 06:26 |
Qiming | just checked with my coworker | 06:26 |
Qiming | he is not suffering from this problem | 06:26 |
Qiming | and here is his version of code: | 06:27 |
Qiming | http://paste.openstack.org/show/84753/ | 06:27 |
Qiming | the recent patch is making things not working on mysql | 06:28 |
Qiming | a quick/naive fix would be rollback the change, until someone can come up with a better solution that supports 'or' operator | 06:29 |
liusheng | Qiming: by git logs, this change is made by https://review.openstack.org/#/c/94325/ | 06:32 |
Qiming | okay | 06:33 |
*** Underyx|off is now known as underyx | 06:48 | |
openstackgerrit | ZhiQiang Fan proposed a change to openstack/ceilometer: Enable filter alarms by their type https://review.openstack.org/93658 | 06:55 |
*** tushar has joined #openstack-ceilometer | 07:01 | |
tushar | hii all | 07:01 |
openstackgerrit | Tatsuro Makita proposed a change to openstack/ceilometer: Add log output of "x-openstack-request-id" from nova https://review.openstack.org/101465 | 07:01 |
*** yfujioka has quit IRC | 07:03 | |
tushar | I am facing some problem in ceilometer | 07:03 |
tushar | some times it takes meter volume sample and some times not | 07:04 |
openstackgerrit | Chinmaya Bharadwaj proposed a change to openstack/ceilometer: VMware:Update the ceilometer doc with VMware opts https://review.openstack.org/98132 | 07:06 |
*** psharma has quit IRC | 07:08 | |
*** openstackgerrit has quit IRC | 07:10 | |
*** psharma has joined #openstack-ceilometer | 07:11 | |
*** nati_ueno has quit IRC | 07:15 | |
*** tushar has quit IRC | 07:27 | |
*** ilyashakhat has quit IRC | 07:31 | |
*** asvechnikov has quit IRC | 07:32 | |
*** ilyashakhat has joined #openstack-ceilometer | 07:33 | |
*** asvechnikov has joined #openstack-ceilometer | 07:33 | |
*** mandira has joined #openstack-ceilometer | 07:34 | |
*** mandira has quit IRC | 07:36 | |
*** nacim has joined #openstack-ceilometer | 07:41 | |
*** ifarkas has joined #openstack-ceilometer | 08:02 | |
*** safchain has joined #openstack-ceilometer | 08:04 | |
*** nacim has quit IRC | 08:09 | |
*** yatin_ has joined #openstack-ceilometer | 08:09 | |
*** eglynn has joined #openstack-ceilometer | 08:09 | |
*** yatin has quit IRC | 08:13 | |
eglynn | jd__: I shuold prolly just abandon https://review.openstack.org/101781 right? | 08:22 |
eglynn | (i.e. the patch to drop median ... that'll be feasible again for pandas to calculate, now that we're switching to retaining all the datapoints) | 08:22 |
*** nacim has joined #openstack-ceilometer | 08:24 | |
*** nacim has quit IRC | 08:28 | |
jd__ | eglynn: yeah let's drop it I'm gonna work on that today | 08:31 |
eglynn | jd__: cool ... it dies :) | 08:32 |
*** nacim has joined #openstack-ceilometer | 08:41 | |
*** isviridov|away is now known as isviridov | 08:45 | |
liusheng | Qiming: hi | 08:49 |
Qiming | hi | 08:49 |
*** _nadya_ has joined #openstack-ceilometer | 08:52 | |
liusheng | Qiming: I have upload a primary patch for that bug: https://review.openstack.org/#/c/102150/1 | 08:54 |
liusheng | Qiming: In my environment, it works ok | 08:54 |
Qiming | ahh, looks pretty neat a patch! | 08:55 |
Qiming | will try it | 08:55 |
*** cdent has joined #openstack-ceilometer | 08:57 | |
*** _nadya_ has quit IRC | 08:57 | |
*** _nadya_ has joined #openstack-ceilometer | 09:00 | |
*** sayalilunkad has joined #openstack-ceilometer | 09:18 | |
idegtiarov | Hello everybody! | 09:19 |
idegtiarov | eglynn: I have push my patch on review, and it has successfully path thru Jenkins. Could you look at it when you will have some time? | 09:22 |
eglynn | idegtiarov: thanks, will do! | 09:23 |
idegtiarov | eglynn: zqfan rise some question in comments for patch 1: first is devoted to get_events method in all backend it return iterator, may be if it returns generator it will be better. | 09:25 |
idegtiarov | and second is for get_traits method, to path thru tests we have to sorted traits before return because in no sql dbs we get dict with the data, and it seems that such behavior is not perfect. May be we should to make some changes in tests or write some new tests specially for no sql dbs? | 09:29 |
*** yatin__ has joined #openstack-ceilometer | 09:38 | |
*** yatin_ has quit IRC | 09:38 | |
*** yatin has joined #openstack-ceilometer | 09:39 | |
*** liusheng has quit IRC | 09:40 | |
*** liusheng has joined #openstack-ceilometer | 09:40 | |
*** asvechnikov has quit IRC | 09:41 | |
DinaBelova | folks, I do not see the openstackgerrit bot presented :D | 09:42 |
DinaBelova | it left us one more time? | 09:42 |
*** yatin__ has quit IRC | 09:43 | |
DinaBelova | eglynn, ildikov, _nadya_ - as there is no bot, I'm working for it :D >>> https://review.openstack.org/#/c/102159/ | 09:43 |
*** Longgeek has quit IRC | 09:45 | |
*** Longgeek has joined #openstack-ceilometer | 09:45 | |
_nadya_ | DinaBelova: maybe we may fix http://docs.openstack.org/developer/ceilometer/install/dbreco.html here too? | 09:45 |
DinaBelova | _nadya_, in this change also? | 09:45 |
_nadya_ | DinaBelova: yep | 09:46 |
DinaBelova | ok | 09:46 |
DinaBelova | will do | 09:46 |
*** Longgeek has quit IRC | 09:46 | |
*** openstackgerrit has joined #openstack-ceilometer | 09:46 | |
*** Longgeek has joined #openstack-ceilometer | 09:47 | |
SergeyLukjanov | DinaBelova, openstackgerrit is alive again | 09:47 |
DinaBelova | SergeyLukjanov, thank you! | 09:48 |
openstackgerrit | Dina Belova proposed a change to openstack/ceilometer: Fix HBase available capabilities list https://review.openstack.org/102159 | 09:48 |
DinaBelova | SergeyLukjanov, it's workig :) | 09:48 |
*** psharma has quit IRC | 09:51 | |
openstackgerrit | A change was merged to openstack/ceilometer-specs: spec for grenade ceilometer resource survivability https://review.openstack.org/100575 | 09:51 |
*** asvechnikov has joined #openstack-ceilometer | 09:51 | |
*** Longgeek has quit IRC | 09:52 | |
*** Longgeek has joined #openstack-ceilometer | 09:53 | |
*** inc0 has joined #openstack-ceilometer | 09:55 | |
*** amarao has joined #openstack-ceilometer | 09:57 | |
*** underyx is now known as Underyx|off | 10:06 | |
*** yatin has quit IRC | 10:13 | |
*** nosnos has quit IRC | 10:19 | |
*** nosnos has joined #openstack-ceilometer | 10:19 | |
*** yatin has joined #openstack-ceilometer | 10:20 | |
*** Qiming has quit IRC | 10:23 | |
*** matsuhashi has quit IRC | 10:23 | |
*** matsuhashi has joined #openstack-ceilometer | 10:24 | |
*** nosnos has quit IRC | 10:24 | |
*** matsuhashi has quit IRC | 10:28 | |
*** alexpilotti has joined #openstack-ceilometer | 10:28 | |
*** Alice911 has quit IRC | 10:32 | |
*** zqfan is now known as _ | 10:44 | |
*** _ is now known as zqfbot | 10:45 | |
*** Longgeek has quit IRC | 11:03 | |
*** alexpilotti has quit IRC | 11:09 | |
*** sam789 has joined #openstack-ceilometer | 11:10 | |
*** sam789 has quit IRC | 11:14 | |
*** Longgeek has joined #openstack-ceilometer | 11:18 | |
*** vrovachev has joined #openstack-ceilometer | 11:19 | |
*** Qiming has joined #openstack-ceilometer | 11:19 | |
*** _nadya_ has quit IRC | 11:20 | |
*** deepthi has quit IRC | 11:27 | |
*** dmsimard_away is now known as dmsimard | 11:33 | |
*** Longgeek has quit IRC | 11:38 | |
*** Longgeek has joined #openstack-ceilometer | 11:38 | |
*** Longgeek_ has joined #openstack-ceilometer | 11:39 | |
DinaBelova | eglynn, do you remember the bug with swift+ceilo on devstack I meantioned? | 11:41 |
DinaBelova | eglynn, it has the roots in the https://bugs.launchpad.net/ceilometer/+bug/1294789 :) | 11:41 |
eglynn | DinaBelova: yeap, I remember | 11:41 |
* eglynn looks | 11:41 | |
DinaBelova | I'll fix this in devstack, but we need to understand what will we do in the ceilo itself - as it was proposed to fix that in the conf file of swift itself | 11:42 |
DinaBelova | I propose to mention this in our docs | 11:42 |
eglynn | a-ha, interesting | 11:42 |
DinaBelova | yes :) | 11:42 |
eglynn | cool, definitely should have attention called to it in docco | 11:43 |
eglynn | thanks! | 11:43 |
DinaBelova | ok, so we'll do this in that way | 11:43 |
DinaBelova | cool :) | 11:43 |
DinaBelova | eglynn, np | 11:43 |
*** Longgeek has quit IRC | 11:43 | |
*** ddieterly has joined #openstack-ceilometer | 11:50 | |
*** jdob has joined #openstack-ceilometer | 12:01 | |
*** nacim has quit IRC | 12:05 | |
lsmola__ | ityaptin: hello, are you around? | 12:16 |
*** thomasem has joined #openstack-ceilometer | 12:16 | |
*** ddieterly has quit IRC | 12:16 | |
*** nacim has joined #openstack-ceilometer | 12:21 | |
EmilienM | jd__: sileht: FYI, the bug I'm facing when using SSL: https://bugs.launchpad.net/ceilometer/+bug/1333674 | 12:24 |
*** gordc has joined #openstack-ceilometer | 12:26 | |
sileht | EmilienM, I don't think this is a ceilometer issue ... | 12:26 |
EmilienM | thanks for the triage | 12:27 |
*** jaypipes has quit IRC | 12:41 | |
*** Ruetobas has quit IRC | 12:41 | |
*** jaypipes has joined #openstack-ceilometer | 12:43 | |
*** changbl has quit IRC | 12:45 | |
*** Ruetobas has joined #openstack-ceilometer | 12:47 | |
ityaptin | lsmola__: hi! | 12:48 |
ityaptin | lsmola__: I'm here) | 12:49 |
lsmola__ | ityaptin: hello | 12:49 |
lsmola__ | ityaptin: I see you are actively working on https://github.com/ityaptin/ceilometer/blob/master/tools/sample-generator.py | 12:49 |
lsmola__ | ityaptin: are you planning to push that to Ceilometer codebase? | 12:50 |
*** ajc_ has quit IRC | 12:50 | |
lsmola__ | ityaptin: it would need greater range of configurability, but it would be really welcomed patch | 12:51 |
ityaptin | lsmola__: Now I'm implementing automatic performance tests. | 12:51 |
*** Ruetobas has quit IRC | 12:51 | |
lsmola__ | ityaptin: we are in desperate need of testing samples for UI testing | 12:51 |
ityaptin | And when I'll prepare smth complted, I m going to start discussing about my tests in ceilometer codebase | 12:52 |
ityaptin | ityaptin: | 12:53 |
ityaptin | sorry) | 12:53 |
lsmola__ | ityaptin: do you have a timeframe for that? | 12:54 |
*** erecio has joined #openstack-ceilometer | 12:55 | |
lsmola__ | ityaptin: so the main goals of your patches will be performance tests, right? | 12:55 |
*** gordc has quit IRC | 12:55 | |
ityaptin | lsmola__: Yes) | 12:55 |
ityaptin | lsmola__: Code with automatic performance tests will be pushed today or tomorrow, I think. | 12:56 |
lsmola__ | ityaptin: cool | 12:56 |
eglynn | ityaptin: would you be happy enough if lsmola__ contributed some changes to your loadgen script? | 12:56 |
ityaptin | lsmola__: To my github repo | 12:56 |
eglynn | ityaptin: (... e.g. to enhance the variance in meter name, user, tenant etc.) | 12:57 |
*** Ruetobas has joined #openstack-ceilometer | 12:57 | |
ityaptin | eglynn, lsmola__: I'm ready to that. That kind of configurability do you want? | 12:57 |
ityaptin | eglynn: oh sorry, I miss your last message) | 12:58 |
*** julim has joined #openstack-ceilometer | 12:59 | |
*** ddieterly has joined #openstack-ceilometer | 12:59 | |
ityaptin | lsmola__: And I will be happy, if you make this changes) | 12:59 |
eglynn | ityaptin: one thing about your sample-generator script confuses me | 13:01 |
ityaptin | eglynn: what is it? | 13:02 |
eglynn | ityaptin: why the connection to the 'amqp://nova:...' instead of using the normal oslo.message or old RPC config? | 13:02 |
DinaBelova | eglynn, ityaptin, I propose to split ityaptin's change to two ones | 13:02 |
DinaBelova | 1/ samples gen - to the tools dir | 13:03 |
DinaBelova | right now | 13:03 |
DinaBelova | and 2/ all othet performance tests stuff | 13:03 |
DinaBelova | eglynn, lsmola__ - what do you think about this? | 13:03 |
eglynn | DinaBelova: sounds reasonable to me | 13:03 |
DinaBelova | so you'll have the opportunity to review samples gen right now | 13:04 |
DinaBelova | eglynn, ok | 13:04 |
eglynn | DinaBelova: thanks! | 13:04 |
DinaBelova | and merge and modify :) | 13:04 |
lsmola__ | DinaBelova: I am actually checking that there is some sample generator alreadyhttps://github.com/openstack/ceilometer/blob/master/tools/make_test_data.py | 13:04 |
DinaBelova | eglynn, np | 13:04 |
ityaptin | eglynn: In current configuration I'm using pika) | 13:04 |
lsmola__ | DinaBelova: but yes, that definitely make sense | 13:04 |
DinaBelova | lsmola__, ok, coolio | 13:04 |
ityaptin | eglynn: Because sample publishing with oslo.messaging was slower) Now In one thread it create 500msg/s, but with oslo.messaging ~100-150msg/s | 13:05 |
eglynn | ityaptin: a-ha, I see | 13:06 |
eglynn | thanks for the clarification | 13:06 |
eglynn | bbiab | 13:06 |
*** eglynn is now known as eglynn-afk | 13:06 | |
*** nacim has quit IRC | 13:11 | |
*** yatin has quit IRC | 13:12 | |
*** jmckind has joined #openstack-ceilometer | 13:20 | |
*** jmckind has quit IRC | 13:20 | |
*** Longgeek has joined #openstack-ceilometer | 13:21 | |
*** Longgeek_ has quit IRC | 13:22 | |
*** sayalilunkad has quit IRC | 13:22 | |
openstackgerrit | Ilya Tyaptin proposed a change to openstack/ceilometer: Sample generator for ceilometer tests. https://review.openstack.org/102225 | 13:23 |
ityaptin | lsmola__: Patchset is above) | 13:25 |
*** BillArnold___ has joined #openstack-ceilometer | 13:25 | |
*** sam___ has quit IRC | 13:25 | |
lsmola__ | ityaptin: great thank you | 13:26 |
lsmola__ | ityaptin: I am thinking if it will be enough for us to use https://github.com/openstack/ceilometer/blob/master/tools/make_test_data.py | 13:26 |
lsmola__ | ityaptin: cause we just need the data in, whatever way | 13:26 |
DinaBelova | lsmola__, well, anyway please take a look on this :) | 13:27 |
lsmola__ | DinaBelova: ok :-) making it more configurable will be always beneficial | 13:27 |
DinaBelova | lsmola__, for sure :) | 13:28 |
*** nacim has joined #openstack-ceilometer | 13:28 | |
*** _nadya_ has joined #openstack-ceilometer | 13:45 | |
*** gordc has joined #openstack-ceilometer | 13:46 | |
DinaBelova | eglynn-afk, for your interest https://review.openstack.org/#/c/102216/ | 13:47 |
eglynn-afk | DinaBelova: cool, thanks | 13:48 |
eglynn-afk | nice | 13:48 |
DinaBelova | eglynn-afk, thanks :) | 13:48 |
DinaBelova | finally it was not so hard :) | 13:48 |
*** eglynn-afk is now known as eglynn-ptl-webin | 13:50 | |
*** eglynn-ptl-webin is now known as eglynn-webinar | 13:51 | |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: clean up sample index https://review.openstack.org/96200 | 14:01 |
cdent | wow. tempest kind of sort of intentionally swallows exceptions. | 14:04 |
DinaBelova | cdent, where? | 14:08 |
cdent | I'm trying to do some work on tempest/cmd/javelin.py | 14:09 |
cdent | exceptions get swallowed to logging only, only their messages (not types) are logged to tempest.log | 14:09 |
DinaBelova | cdent, hehe | 14:09 |
cdent | and in the case of javelin (which is a cli) you're just left with nothing at the console other than a $? of 1 | 14:09 |
cdent | and me sitting there scratching my head | 14:09 |
DinaBelova | :( | 14:10 |
cdent | i finally traced it back to a place where I can temporarily turn it off while I'm exploring | 14:10 |
cdent | but I feel like I've wasted half the day | 14:10 |
DinaBelova | ildikov, btw, may you re-mark the https://review.openstack.org/#/c/102159/ ? dvsm job has failed - and i see strange error in the console.html... | 14:11 |
DinaBelova | but I'm not sure that will reproduce | 14:11 |
DinaBelova | cdent, yeah, I know this feeling/// | 14:12 |
*** Longgeek has quit IRC | 14:18 | |
*** Longgeek has joined #openstack-ceilometer | 14:19 | |
ildikov | DinaBelova: that was a sanity check failure according to the logs | 14:24 |
*** alexpilotti has joined #openstack-ceilometer | 14:25 | |
DinaBelova | ildikov, yes, but that looks odd | 14:25 |
DinaBelova | that means smth really strange happened | 14:26 |
DinaBelova | in the very beginning... | 14:26 |
ildikov | DinaBelova: there is a bug for a similar issue: https://bugs.launchpad.net/grenade/+bug/1331229 | 14:27 |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: fix indices in event tables https://review.openstack.org/91501 | 14:28 |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: clean up event model https://review.openstack.org/101988 | 14:28 |
ildikov | DinaBelova: it seems that sometimes there is some trouble with some services, I will add a comment that it happened with another service too, maybe some mechanism is not working correctly, I do not know the deep insides of Grenade | 14:28 |
DinaBelova | ildikov, thanks! | 14:28 |
DinaBelova | wow, one moment | 14:28 |
DinaBelova | in this bug | 14:28 |
DinaBelova | I see ceilo too | 14:29 |
DinaBelova | ildikov - there is 'Ceilometer not yet supported, skipping check for ...' | 14:29 |
DinaBelova | in the bug | 14:29 |
ildikov | DinaBelova: I know, but we still have Ceilometer BP for Grenade, so I guess we do not have all the checks that we need | 14:32 |
DinaBelova | ildikov, oh, ok | 14:32 |
ildikov | DinaBelova: I do not have deep knowledge about the checks in Grenade, so if you need details, then cdent is your person :) | 14:34 |
* cdent hides | 14:34 | |
cdent | this tempest fight I'm having today is because of grenade | 14:35 |
*** fnaval has joined #openstack-ceilometer | 14:36 | |
gordc | ildikov: darn. beat me to it. :) | 14:36 |
*** fnaval has quit IRC | 14:36 | |
*** fnaval has joined #openstack-ceilometer | 14:36 | |
ildikov | cdent: sorry for mentioning your name, I did not want to make your day even worse with this topic :) | 14:37 |
cdent | :) | 14:37 |
ildikov | gordc: LOL :) | 14:39 |
ildikov | gordc: I felt that I need to do smth useful today, as I was on meetings almost all day long and now I have some docco to write | 14:41 |
ildikov | gordc: so this day is full of joy... :) | 14:41 |
gordc | ildikov: :) i'm glad you own the docs and not me. | 14:42 |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: improve expirer performance for sql backend https://review.openstack.org/96489 | 14:43 |
ildikov | gordc: it's my pleasure to make everyone happy that they do not have their name on that gap topic ;) | 14:43 |
gordc | ildikov: much appreciated. | 14:44 |
ildikov | gordc: ... and no, I do not envy anyone having nice patches on review containing some nice or not that nice but still code :) | 14:44 |
ildikov | gordc: thanks, I will try my best, it just requires much time to me unfortunatelly, I read slow and I write even slower :S | 14:45 |
gordc | ildikov: lol i think that applies to everyone except eglynn | 14:46 |
ildikov | gordc: LOL, I've already told him, that I would happily correct his spelling errors, if he would write those few pages :) | 14:47 |
ildikov | gordc: ... it would be still faster :) | 14:47 |
ildikov | gordc: ... but somehow he did not like the idea, I don't understand why ;) | 14:48 |
gordc | ildikov: hahah. good try. | 14:49 |
ildikov | gordc: yeap, with the expected outcome sadly | 14:49 |
*** nacim has quit IRC | 14:51 | |
ildikov | gordc: anyway, I'm back to the docco job, I'll let you do the rest of good deeds for today or maybe this week or smth like :) | 14:53 |
gordc | :) i'll try. | 14:54 |
ildikov | gordc: cool :) | 14:54 |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: use urlparse from six https://review.openstack.org/100351 | 14:57 |
eglynn-webinar | if anyone is interested in the lies I've been telling ... | 14:58 |
*** eglynn-webinar is now known as eglynn | 14:58 | |
eglynn | https://docs.google.com/presentation/d/1fLhsI1lbd3q3USya9Jqw749Z7rGdjoZwfwyxA1zHTVY/edit#slide=id.p16 | 14:58 |
*** nati_ueno has joined #openstack-ceilometer | 15:00 | |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: use urlparse from six https://review.openstack.org/100351 | 15:00 |
eglynn | apparently the audio for the webinars will be up on the foundation channel on youtube shortly also | 15:03 |
eglynn | ... nothing controversial came up tho' | 15:03 |
eglynn | ... not a single question today from the webinar floor, for either cinder or ceilo | 15:04 |
* eglynn must have put everyone to sleep ... ;) | 15:04 | |
*** alexpilotti has quit IRC | 15:04 | |
*** alexpilotti has joined #openstack-ceilometer | 15:11 | |
* cdent sighs | 15:16 | |
cdent | one aspect of my problem has been that javelin2 doesn't work with neutron (yet) | 15:17 |
*** psharma has joined #openstack-ceilometer | 15:22 | |
*** rbowen has quit IRC | 15:27 | |
*** rbowen has joined #openstack-ceilometer | 15:27 | |
openstackgerrit | A change was merged to openstack/ceilometer-specs: Fixed typos found by RETF rules https://review.openstack.org/96565 | 15:29 |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer-specs: Logging Guidelines for Ceilometer https://review.openstack.org/97261 | 15:31 |
*** changbl has joined #openstack-ceilometer | 15:32 | |
*** cdent_ has joined #openstack-ceilometer | 15:38 | |
*** cdent has quit IRC | 15:40 | |
*** cdent_ is now known as cdent | 15:40 | |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer-specs: 'big-data' sql part 2 https://review.openstack.org/101009 | 15:40 |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer-specs: 'big-data' sql part 2 https://review.openstack.org/101009 | 15:41 |
*** fnaval has quit IRC | 15:41 | |
*** cdent has quit IRC | 15:42 | |
*** cdent has joined #openstack-ceilometer | 15:43 | |
openstackgerrit | Fabio Giannetti proposed a change to openstack/ceilometer-specs: Adding support for health check in Ceilometer API https://review.openstack.org/95817 | 15:45 |
*** dmsimard has quit IRC | 15:46 | |
*** dmsimard has joined #openstack-ceilometer | 15:47 | |
*** vrovachev has quit IRC | 15:48 | |
*** Qiming has quit IRC | 16:01 | |
*** Ruetobas has quit IRC | 16:01 | |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer-specs: 'big-data' sql part 2 https://review.openstack.org/101009 | 16:01 |
*** prad_ has joined #openstack-ceilometer | 16:03 | |
*** Ruetobas has joined #openstack-ceilometer | 16:03 | |
*** fnaval has joined #openstack-ceilometer | 16:06 | |
openstackgerrit | Fabio Giannetti proposed a change to openstack/ceilometer-specs: Central Agent High Availability in Active/Active State https://review.openstack.org/101282 | 16:06 |
*** Ruetobas has quit IRC | 16:08 | |
*** _cjones_ has joined #openstack-ceilometer | 16:08 | |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer-specs: Logging Guidelines for Ceilometer https://review.openstack.org/97261 | 16:10 |
*** Ruetobas has joined #openstack-ceilometer | 16:14 | |
*** nati_ueno has quit IRC | 16:17 | |
*** inc0 has quit IRC | 16:18 | |
*** promulo_ has quit IRC | 16:21 | |
*** promulo has joined #openstack-ceilometer | 16:24 | |
*** yjiang5 is now known as yjiang5_away | 16:33 | |
*** isviridov is now known as isviridov|away | 16:43 | |
*** gordc has quit IRC | 16:49 | |
openstackgerrit | Phil Neal proposed a change to openstack/ceilometer-specs: PaaS Event Format for Ceilometer Collection https://review.openstack.org/101967 | 16:51 |
*** yjiang5_away is now known as yjiang5 | 16:51 | |
*** harlowja_away is now known as harlowja | 16:55 | |
openstackgerrit | A change was merged to openstack/ceilometer: Updated from global requirements https://review.openstack.org/96819 | 16:55 |
openstackgerrit | Phil Neal proposed a change to openstack/ceilometer-specs: PaaS Event Format for Ceilometer Collection https://review.openstack.org/101967 | 16:56 |
*** cdent_ has joined #openstack-ceilometer | 16:58 | |
*** cdent has quit IRC | 17:00 | |
*** cdent_ is now known as cdent | 17:00 | |
*** rbowen has quit IRC | 17:00 | |
*** rbowen has joined #openstack-ceilometer | 17:00 | |
openstackgerrit | Phil Neal proposed a change to openstack/ceilometer-specs: PaaS Event Format for Ceilometer Collection https://review.openstack.org/101967 | 17:04 |
*** amarao has quit IRC | 17:15 | |
* cdent goes to end of school year art show, back later | 17:24 | |
*** cdent has quit IRC | 17:24 | |
*** rwsu has joined #openstack-ceilometer | 17:25 | |
*** nealph has quit IRC | 17:26 | |
*** gordc has joined #openstack-ceilometer | 17:32 | |
*** ildikov has quit IRC | 17:34 | |
*** openstackgerrit has quit IRC | 17:35 | |
*** openstackgerrit has joined #openstack-ceilometer | 17:36 | |
*** _nadya_ has quit IRC | 17:45 | |
openstackgerrit | A change was merged to openstack/pycadf: Updated from global requirements https://review.openstack.org/99091 | 17:54 |
*** yjiang5 is now known as yjiang5_away | 17:57 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix HBase available capabilities list https://review.openstack.org/102159 | 18:00 |
*** Qiming has joined #openstack-ceilometer | 18:04 | |
*** harlowja has quit IRC | 18:04 | |
*** fnaval has quit IRC | 18:06 | |
*** harlowja has joined #openstack-ceilometer | 18:07 | |
*** harlowja has quit IRC | 18:07 | |
*** psharma has quit IRC | 18:11 | |
*** Qiming has quit IRC | 18:13 | |
*** _nadya_ has joined #openstack-ceilometer | 18:15 | |
*** psharma has joined #openstack-ceilometer | 18:18 | |
*** gordc has quit IRC | 18:22 | |
*** fnaval has joined #openstack-ceilometer | 18:25 | |
*** harlowja has joined #openstack-ceilometer | 18:26 | |
*** harlowja has quit IRC | 18:26 | |
*** harlowja has joined #openstack-ceilometer | 18:26 | |
*** harlowja has quit IRC | 18:26 | |
*** _nadya_ has quit IRC | 18:27 | |
*** harlowja has joined #openstack-ceilometer | 18:27 | |
*** harlowja has quit IRC | 18:27 | |
*** _nadya_ has joined #openstack-ceilometer | 18:27 | |
*** gordc has joined #openstack-ceilometer | 18:28 | |
*** harlowja has joined #openstack-ceilometer | 18:28 | |
*** harlowja has quit IRC | 18:28 | |
*** harlowja has joined #openstack-ceilometer | 18:29 | |
*** harlowja has quit IRC | 18:29 | |
*** harlowja has joined #openstack-ceilometer | 18:29 | |
*** harlowja has quit IRC | 18:29 | |
*** psharma has quit IRC | 18:33 | |
*** harlowja has joined #openstack-ceilometer | 18:34 | |
*** harlowja has quit IRC | 18:34 | |
*** harlowja has joined #openstack-ceilometer | 18:39 | |
*** harlowja has quit IRC | 18:39 | |
openstackgerrit | A change was merged to openstack/python-ceilometerclient: Add methods to resource classes https://review.openstack.org/91554 | 18:40 |
*** harlowja has joined #openstack-ceilometer | 18:40 | |
*** harlowja has quit IRC | 18:40 | |
*** harlowja has joined #openstack-ceilometer | 18:42 | |
*** harlowja has left #openstack-ceilometer | 18:47 | |
*** erecio has quit IRC | 18:55 | |
*** jdob has quit IRC | 18:57 | |
*** jdob has joined #openstack-ceilometer | 18:58 | |
*** _nadya_ has quit IRC | 19:08 | |
*** jdob has quit IRC | 19:09 | |
*** jdob has joined #openstack-ceilometer | 19:09 | |
*** ildikov has joined #openstack-ceilometer | 19:11 | |
*** cdent has joined #openstack-ceilometer | 19:18 | |
*** thomasem has quit IRC | 19:18 | |
*** jergerber has joined #openstack-ceilometer | 19:29 | |
*** dhellman_ has joined #openstack-ceilometer | 19:35 | |
*** Underyx|off has quit IRC | 19:51 | |
*** thomasem has joined #openstack-ceilometer | 19:51 | |
eglynn | amalagon: o/ | 19:52 |
*** cdent_ has joined #openstack-ceilometer | 19:53 | |
*** _nadya_ has joined #openstack-ceilometer | 19:54 | |
*** cdent has quit IRC | 19:54 | |
*** cdent_ is now known as cdent | 19:54 | |
eglynn | amalagon: I gave your "Options for Period-Spanning Statistics in Gnocchi" doc another pass | 20:04 |
eglynn | amalagon: ... it's converging onto something useful I think :) | 20:04 |
*** _nadya_ has quit IRC | 20:07 | |
dmsimard | Could a ceilometer-collector talk to multiple different rabbitmq instances ? | 20:10 |
dmsimard | As in, instead of a cluster of three rabbitmq nodes, it'd be three standalone rabbitmq nodes | 20:10 |
*** fnaval has quit IRC | 20:17 | |
*** fnaval has joined #openstack-ceilometer | 20:18 | |
gordc | dmsimard: i feel like we just added that recently. let me dig it up. if anything you could start multiple collector services but that might be too heavyweight for what you need. | 20:20 |
gordc | dmsimard: nevermind. seems like it was checked into oslo.messaging but i don't think there's a release with that patch yet: https://review.openstack.org/#/c/78948/ | 20:22 |
*** fnaval has quit IRC | 20:22 | |
*** jergerber has quit IRC | 20:26 | |
*** fnaval has joined #openstack-ceilometer | 20:27 | |
dmsimard | gordc: I might consider running multiple collectors, I'll see. Thanks. | 20:38 |
gordc | np | 20:39 |
cdent | eglynn: you still about? I have a process question. | 20:43 |
eglynn | cdent: 5 mins, on the TC meeting right now | 20:43 |
cdent | roger | 20:44 |
*** nati_ueno has joined #openstack-ceilometer | 20:48 | |
eglynn | ... the wind at the TC meeting is blowing against /me's election proposal | 20:49 |
eglynn | :( | 20:49 |
eglynn | cdent: anyhoo, what was the q? | 20:49 |
cdent | so they haven't been reading the postive responses to your proposal | 20:50 |
cdent | I have a sort spike implementation of the ceilometer in javelin2 | 20:50 |
eglynn | cdent: cool, propose as a WIP patch on gerrit? | 20:51 |
cdent | I'll do that, but it seems an odd way to proceed with something that I would expect to change rather a lot. The collaboration in gerrit for that sort of thing seems quite awkward. | 20:52 |
cdent | But if that's the style, that's cool. | 20:52 |
eglynn | cdent: ... I kinda like the early-eyes approach even if you expect to change substantially | 20:52 |
eglynn | cdent: ... good for showing forward progress | 20:53 |
eglynn | cdent: ... plus early feedback may minimize the cost of later correction | 20:53 |
cdent | Well, that's what I mean: I also like early eyes. I guess it is gerrit that I don't like. It makes it difficult to actually collaborate directly on the code itself | 20:53 |
cdent | Also, I had a ton of complexity getting things to do: the tempest code is set up in such a way that it swallows exceptions and just exits without telling you anything | 20:54 |
cdent | in the logs you get the exception message but _not_ the actual exception | 20:55 |
cdent | so, for example, if you `raise TypeError('ow')` somewhere, you get 'ow' in the tempest.log | 20:55 |
cdent | was thrilling | 20:55 |
cdent | anyway, while my network is still working (it is being lame to day) I'll push the stuff up to gerrit as WIP and see what happens | 20:56 |
eglynn | cdent: "I guess it is gerrit that I don't like" ==> you'll learn to love it in time ;) | 20:56 |
cdent | i'm keeping tabs on that | 20:57 |
*** jdob has quit IRC | 20:58 | |
*** nati_ueno has quit IRC | 21:02 | |
*** nati_ueno has joined #openstack-ceilometer | 21:02 | |
*** terriyu has joined #openstack-ceilometer | 21:05 | |
*** julim has quit IRC | 21:08 | |
*** rbowen has quit IRC | 21:16 | |
*** changbl has quit IRC | 21:19 | |
amalagon | eglynn: o/ | 21:25 |
eglynn | amalagon: just a heads-up earlier ^^^ that gave your googledoc another pass | 21:26 |
amalagon | eglynn: yeah, looking at the comments now, thx | 21:27 |
*** nealph has joined #openstack-ceilometer | 21:28 | |
eglynn | amalagon: coolio | 21:28 |
openstackgerrit | Brant Knudson proposed a change to openstack/ceilometer: Use auth_token from keystonemiddleware https://review.openstack.org/102353 | 21:30 |
cdent | eglynn: I've pushed and invited you to review | 21:37 |
eglynn | cdent: thank you sir! | 21:37 |
cdent | I'm off to bed now to be properly fresh for tomorrow's adventures. | 21:38 |
*** cdent has quit IRC | 21:39 | |
*** thomasem has quit IRC | 21:45 | |
*** changbl has joined #openstack-ceilometer | 21:48 | |
*** yjiang5_away is now known as yjiang5 | 21:51 | |
*** nati_ueno has quit IRC | 21:53 | |
amalagon | eglynn: added to summary - basically what are our options are for data-retention vs roll-up | 21:53 |
*** nati_ueno has joined #openstack-ceilometer | 21:54 | |
eglynn | amalagon: thanks, will looks after project/release status meeting wraps up | 21:54 |
boris-42 | eglynn wooohooo it's ready https://review.openstack.org/#/c/102362/ | 21:54 |
eglynn | boris-42 wins prize for best commit-message-lenght to lines-changed ratio in a patch, ever! | 21:55 |
boris-42 | eglynn lol=) | 21:56 |
boris-42 | eglynn heh now I can work on spec for ceilometer=) | 21:56 |
eglynn | boris-42: cool :) | 21:57 |
boris-42 | eglynn but not sure what should I write there | 21:57 |
boris-42 | eglynn I mean I need that plugin to collect messages from profiler, and I won't to do mess in notifications exchange. | 21:57 |
boris-42 | eglynn it's all that I know lol=) | 21:57 |
*** dhellman_ has quit IRC | 22:00 | |
*** jaypipes has quit IRC | 22:11 | |
*** nijaba has quit IRC | 22:13 | |
*** nijaba has joined #openstack-ceilometer | 22:15 | |
*** nijaba has quit IRC | 22:15 | |
*** nijaba has joined #openstack-ceilometer | 22:15 | |
*** dmsimard is now known as dmsimard_away | 22:20 | |
*** Longgeek has quit IRC | 22:32 | |
*** eglynn has quit IRC | 22:32 | |
*** nijaba_ has joined #openstack-ceilometer | 22:36 | |
*** nijaba has quit IRC | 22:36 | |
*** nijaba_ has quit IRC | 22:45 | |
*** boris-42 has quit IRC | 22:46 | |
*** nijaba has joined #openstack-ceilometer | 22:51 | |
*** rbowen has joined #openstack-ceilometer | 22:56 | |
*** fnaval has quit IRC | 22:56 | |
*** nijaba has quit IRC | 22:58 | |
*** gordc has quit IRC | 23:00 | |
*** boris-42 has joined #openstack-ceilometer | 23:02 | |
*** rbowen has quit IRC | 23:04 | |
*** changbl has quit IRC | 23:05 | |
*** _nadya_ has joined #openstack-ceilometer | 23:08 | |
*** ddieterly has quit IRC | 23:09 | |
*** _nadya_ has quit IRC | 23:12 | |
*** ifarkas has quit IRC | 23:13 | |
*** jaypipes has joined #openstack-ceilometer | 23:43 | |
*** amalagon has quit IRC | 23:45 | |
*** safchain has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!