*** herndon has joined #openstack-ceilometer | 00:30 | |
*** ildikov has quit IRC | 02:37 | |
*** viktors has quit IRC | 03:12 | |
*** viktors has joined #openstack-ceilometer | 03:13 | |
*** sayali has joined #openstack-ceilometer | 04:29 | |
*** herndon has quit IRC | 04:54 | |
*** terriyu has joined #openstack-ceilometer | 04:55 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 05:17 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 05:33 | |
*** _SergeyLukjanov has quit IRC | 05:33 | |
openstackgerrit | Lianhao Lu proposed a change to openstack/ceilometer: Add resource loader support https://review.openstack.org/58747 | 05:39 |
---|---|---|
openstackgerrit | Lianhao Lu proposed a change to openstack/ceilometer: Added resources support in pollster's interface https://review.openstack.org/58489 | 05:39 |
*** gordc has joined #openstack-ceilometer | 05:42 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 05:51 | |
openstackgerrit | Jenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/60154 | 06:04 |
*** SergeyLukjanov has quit IRC | 06:17 | |
*** gordc has quit IRC | 06:19 | |
*** ildikov has joined #openstack-ceilometer | 07:07 | |
*** sayali has quit IRC | 07:37 | |
*** urulama has joined #openstack-ceilometer | 07:42 | |
*** sayali has joined #openstack-ceilometer | 08:00 | |
*** eglynn-afk has joined #openstack-ceilometer | 08:04 | |
*** Alienyyg has joined #openstack-ceilometer | 08:15 | |
*** eglynn-afk has quit IRC | 08:24 | |
*** nprivalova has joined #openstack-ceilometer | 08:46 | |
*** terriyu has quit IRC | 09:01 | |
*** sayali has quit IRC | 09:11 | |
*** sayali has joined #openstack-ceilometer | 09:14 | |
*** eglynn-afk has joined #openstack-ceilometer | 09:23 | |
openstackgerrit | Shuangtai Tian proposed a change to openstack/ceilometer: Handle the metrics sent by nova notifier https://review.openstack.org/42838 | 10:17 |
*** SergeyLukjanov has joined #openstack-ceilometer | 10:17 | |
*** kwhitney has quit IRC | 10:17 | |
*** DanD has quit IRC | 10:23 | |
*** nprivalova has quit IRC | 10:28 | |
*** nprivalova has joined #openstack-ceilometer | 10:45 | |
*** nprivalova has quit IRC | 10:57 | |
openstackgerrit | Julien Danjou proposed a change to openstack/ceilometer: service: fix service alive checking https://review.openstack.org/61578 | 11:03 |
*** Alienyyg has quit IRC | 11:17 | |
*** kwhitney has joined #openstack-ceilometer | 11:25 | |
*** sayali_ has joined #openstack-ceilometer | 11:26 | |
*** sayali has quit IRC | 11:27 | |
gibi | Hi. I'm wondering why the v2 api drops the timezone information from timestamp field when parsing the isotime. | 11:41 |
gibi | Why don't we convert the time to UTC instead? | 11:41 |
*** Alexei_987 has joined #openstack-ceilometer | 11:55 | |
Alexei_987 | dhellmann: Hi do you have some time to chat now? | 12:03 |
*** bauruine has joined #openstack-ceilometer | 12:07 | |
*** bauruine has left #openstack-ceilometer | 12:07 | |
*** insanidade has joined #openstack-ceilometer | 12:46 | |
insanidade | Hi. I'm trying to install ceilometer in a configuration where I have three controllers. I have the following document: http://docs.openstack.org/havana/install-guide/install/yum/content/ceilometer-install.html | 12:48 |
insanidade | Do I have to configure all three controllers with the instructions in this document? | 12:48 |
*** prad has quit IRC | 12:50 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 12:54 | |
*** _SergeyLukjanov has quit IRC | 12:54 | |
*** urulama has quit IRC | 13:07 | |
*** thomasem has joined #openstack-ceilometer | 13:22 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 13:23 | |
*** nprivalova has joined #openstack-ceilometer | 13:33 | |
*** jdob has joined #openstack-ceilometer | 13:40 | |
*** nprivalova has quit IRC | 13:46 | |
thomasem | Hey everyone! | 13:55 |
*** nprivalova has joined #openstack-ceilometer | 13:59 | |
*** gordc has joined #openstack-ceilometer | 14:14 | |
Alexei_987 | gordc: ping | 14:16 |
*** sandy__ has joined #openstack-ceilometer | 14:23 | |
gordc | Alexei_987: whatup? | 14:23 |
Alexei_987 | gordc: I'm trying to read pagination related code in ceilometer :) | 14:23 |
Alexei_987 | gordc: to implement a cleaner solution | 14:23 |
Alexei_987 | gordc: do you know it's supposed to work? | 14:23 |
gordc | :) cool | 14:23 |
Alexei_987 | cause I think it's implementation should be storage dependent and not always use id marker | 14:24 |
gordc | ... not exactly.lol it's been a while since i looked at it...and even then i didn't understand it completely. | 14:24 |
*** sandywalsh_ has quit IRC | 14:24 | |
gordc | all i remember was marker_pairs... and it got kind of confusing. | 14:24 |
Alexei_987 | why can't we simple use limit and offset for MongoDB for example? | 14:25 |
Alexei_987 | and use numbers instead of markers | 14:25 |
gordc | well we have limit parameter we can pass in via api | 14:25 |
gordc | i guess the limit stuff and pagination work sort of tackled same problem from two different directions. | 14:26 |
gordc | does the offset ability work for all backends? | 14:26 |
Alexei_987 | sqla +, mongodb +, not sure for others :( | 14:27 |
Alexei_987 | hbase + | 14:28 |
gordc | another question would be how does offset handle new data? if our limit is say 10, and 10 new entries come in since the first 'page' of results... will we get the same 10 results in our second page because of new entries? | 14:28 |
gordc | i've not really followed that closely to pagination... so that may be a dumb question.lol | 14:29 |
Alexei_987 | well it depends on how we want it to work :) | 14:29 |
Alexei_987 | if we use timestamp sort to get latest results | 14:29 |
gordc | Alexei_987: that's what i thought.. i don't know how the current impl is designed to work. | 14:30 |
Alexei_987 | yeah but it's not stated in the blueprint :) | 14:30 |
Alexei_987 | that's the problem :) | 14:30 |
Alexei_987 | how can we implement something if we don't know how it's supposed to work? | 14:31 |
Alexei_987 | I guess we should move this blueprint back to drafting stage | 14:31 |
Alexei_987 | cause it's not ready to be implemented IMHO | 14:31 |
gordc | Alexei_987: agreed, tough to impl since bp has no details. | 14:32 |
Alexei_987 | gordc: Ok I'll move on to something else meanwhile :) | 14:33 |
*** jdob has quit IRC | 14:34 | |
gordc | ok. i'll try to make some edits to the bp. the limit offset solution does seem a lot simpler... i don't know if it's better because i don't really know how the current marker_pair stuff works. | 14:34 |
*** jdob has joined #openstack-ceilometer | 14:34 | |
Alexei_987 | dhellmann: ping | 14:38 |
*** prad has joined #openstack-ceilometer | 14:38 | |
*** prad_ has joined #openstack-ceilometer | 14:40 | |
*** prad has quit IRC | 14:40 | |
*** nprivalova has quit IRC | 14:41 | |
*** herndon has joined #openstack-ceilometer | 14:42 | |
*** eglynn-afk is now known as eglynn | 14:43 | |
*** nprivalova has joined #openstack-ceilometer | 14:46 | |
*** prad_ has quit IRC | 14:47 | |
eglynn | join #openstack-meeting | 14:48 |
eglynn | ... fat fingers ;) | 14:48 |
*** prad has joined #openstack-ceilometer | 14:50 | |
Alexei_987 | eglynn: do we have an agenda? | 14:55 |
thomasem | lol | 14:56 |
eglynn | Alexei_987: the agenda on the wiki looks suspiciously like last week's | 14:57 |
Alexei_987 | exactly :) | 14:57 |
eglynn | ... /me feels that déjà vu feeiling ;) | 14:58 |
Alexei_987 | well I would like discuss models validation | 14:58 |
Alexei_987 | cause I've failed to reach consensus with dhellmann yesterday | 14:58 |
Alexei_987 | eglynn: added you to the review :) | 15:01 |
eglynn | Alexei_987: added that to the agenda https://wiki.openstack.org/wiki/Meetings/Ceilometer#Agenda | 15:01 |
*** suo has quit IRC | 15:29 | |
*** suo has joined #openstack-ceilometer | 15:30 | |
*** kwhitney has quit IRC | 15:49 | |
*** ildikov_ has joined #openstack-ceilometer | 15:54 | |
*** gordc has quit IRC | 15:59 | |
*** gordc has joined #openstack-ceilometer | 16:01 | |
jd__ | ityaptin: so yes that sounds good, but can't you add the test in the patch you submitted already? I know the test would seem to pass even without your fix, but it's still beter than nothing | 16:03 |
*** absubram_ has joined #openstack-ceilometer | 16:04 | |
nprivalova | sandy__, ping | 16:04 |
*** dhellmann is now known as dhellmann_ | 16:10 | |
*** herndon has quit IRC | 16:14 | |
*** SergeyLukjanov has quit IRC | 16:21 | |
*** nprivalova has quit IRC | 16:24 | |
sileht | someone for a hbase driver question ? | 16:37 |
ityaptin | jd__ I wants separate fix and unit tests, because I don't think that this fix should depend on https://review.openstack.org/#/c/59489/. But unit tests for fix have dependence on the mentioned early change request. Please, correct me if I'm wrong. | 16:38 |
*** herndon has joined #openstack-ceilometer | 16:39 | |
sileht | jd__, it looks like hbase doesn't record the message_id of a sample in the database ... | 16:39 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Implement the /v2/samples/<sample-id> API https://review.openstack.org/61814 | 16:46 |
*** kwhitney has joined #openstack-ceilometer | 17:01 | |
jd__ | ityaptin: you can write a unit test without depending on my patchst | 17:08 |
*** SergeyLukjanov has joined #openstack-ceilometer | 17:14 | |
*** DanD has joined #openstack-ceilometer | 17:21 | |
*** djbkd has joined #openstack-ceilometer | 17:36 | |
*** sayali_ has quit IRC | 17:38 | |
insanidade | hi all. After installing ceilometer, I have the following error message when trying to start Swift up: http://paste.openstack.org/show/54908/ | 17:41 |
insanidade | I see error messages about two files in the end of that stack trace | 17:41 |
insanidade | I have both files and they seem to be correctly configured. What am I missing ? | 17:42 |
gordc | insanidade: what build of ceilometer are you using? | 17:46 |
insanidade | ceilometer --version | 17:47 |
insanidade | 1.0.6 | 17:47 |
insanidade | gordc: is that what you were asking ? | 17:47 |
gordc | insanidade: that would be the ceilometerclient version. | 17:47 |
gordc | are you using the grizzly build? | 17:48 |
insanidade | gordc: I believe so because this is the RDO one. | 17:48 |
insanidade | gordc: it's a red hat machine and we are using RDO | 17:49 |
sileht | /1/1 | 17:52 |
sileht | arf | 17:52 |
gordc | ah... hmm... i've never played with grizzly build recently... maybe a bug that wasn't ported to grizzly. | 17:53 |
gordc | i'll try digging around. | 17:53 |
insanidade | gordc: so RDO at this moment should still be grizzly, correct ? | 17:53 |
* gordc looks at eglynn | 17:56 | |
eglynn | insanidade: nope RDO latest is havana based | 17:57 |
eglynn | insanidade: I wrote up some insructions on getting started with ceilometer on RDO/Havana | 17:57 |
eglynn | one sec ... | 17:57 |
eglynn | insanidade: http://openstack.redhat.com/CeilometerQuickStart | 17:57 |
gordc | eglynn: thanks for jumping in :) | 17:57 |
eglynn | insanidade: also we'll have an RDO/Icehouse-1 shortly | 17:58 |
eglynn | insanidade: ... well within weeks, modulo the holiday period | 17:58 |
eglynn | insanidade: so the the RDO/Grizzly stuff is getting very long in the tooth | 17:58 |
eglynn | insanidade: best to jump on RDO/Havana | 17:58 |
insanidade | eglynn: I wasn't sure about what release my installation was based on. Shall I consider I'm running Havana since I just installed it from a red hat machine through a 'yum' command? | 18:00 |
insanidade | I believe I have the latest stuff available. | 18:01 |
eglynn | insanidade: it'll be havana if you started with: | 18:03 |
eglynn | sudo yum install -y http://rdo.fedorapeople.org/rdo-release.rpm | 18:03 |
insanidade | eglynn: I followed this guide: http://docs.openstack.org/havana/install-guide/install/yum/content/ch_ceilometer.html | 18:04 |
*** eglynn has quit IRC | 18:07 | |
*** viktors has left #openstack-ceilometer | 18:13 | |
openstackgerrit | A change was merged to openstack/ceilometer: test code should be excluded from test coverage summary https://review.openstack.org/60309 | 18:16 |
openstackgerrit | A change was merged to openstack/ceilometer: doc: fix formatting of alarm action types https://review.openstack.org/61387 | 18:19 |
openstackgerrit | A change was merged to openstack/python-ceilometerclient: Improve description of some commands https://review.openstack.org/61365 | 18:29 |
*** Alexei_987 has quit IRC | 18:36 | |
*** eglynn has joined #openstack-ceilometer | 18:46 | |
*** djbkd has quit IRC | 19:02 | |
insanidade | one quick question: please take a look at http://docs.openstack.org/havana/install-guide/install/yum/content/ceilometer-install.html | 19:02 |
insanidade | item 8 | 19:03 |
insanidade | in the first line, what exactly does it refer to by "controller" ? does it mean the controller ip or the auth url ? | 19:04 |
openstackgerrit | David Peraza proposed a change to openstack/ceilometer: Add metadata query validation limitation https://review.openstack.org/61847 | 19:12 |
openstackgerrit | David Peraza proposed a change to openstack/ceilometer: Add metadata query validation limitation https://review.openstack.org/61847 | 19:15 |
gordc | insanidade: auth_host -> The host providing the Keystone service API endpoint for validating and requesting tokens | 19:16 |
insanidade | gordc: do we refer to it as "only the host ip/name" or "host:port" ? | 19:17 |
gordc | it should use be hostname. port would be another field. http://docs.openstack.org/developer/ceilometer/configuration.html#keystone-middleware-authentication | 19:18 |
gordc | s/use be/just be/ | 19:18 |
*** Alexei_987 has joined #openstack-ceilometer | 19:36 | |
*** gordc has quit IRC | 19:37 | |
*** SergeyLukjanov has quit IRC | 19:46 | |
*** SergeyLukjanov_ has joined #openstack-ceilometer | 19:47 | |
*** SergeyLukjanov_ has quit IRC | 19:48 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 19:48 | |
*** gordc has joined #openstack-ceilometer | 19:55 | |
*** herndon has quit IRC | 20:35 | |
openstackgerrit | A change was merged to openstack/python-ceilometerclient: Updates tox.ini to use new features https://review.openstack.org/60818 | 20:55 |
openstackgerrit | A change was merged to openstack/ceilometer: doc: remove note about Nova plugin framework https://review.openstack.org/61390 | 20:56 |
*** djbkd has joined #openstack-ceilometer | 21:12 | |
*** djbkd has quit IRC | 21:13 | |
*** insanidade has quit IRC | 21:17 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 21:31 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 21:45 | |
openstackgerrit | A change was merged to openstack/ceilometer: config: specify a template for mktemp https://review.openstack.org/61577 | 21:46 |
openstackgerrit | A change was merged to openstack/ceilometer: add newly added constraints to expire clear_expired_metering_data https://review.openstack.org/60995 | 21:46 |
*** jdob has quit IRC | 21:50 | |
*** sandy__ has quit IRC | 22:00 | |
*** djbkd has joined #openstack-ceilometer | 22:07 | |
*** sandy__ has joined #openstack-ceilometer | 22:12 | |
openstackgerrit | A change was merged to openstack/ceilometer: Event Storage Layer https://review.openstack.org/57304 | 22:15 |
*** thomasem has quit IRC | 22:30 | |
*** thomasem has joined #openstack-ceilometer | 22:30 | |
*** thomasem has quit IRC | 22:31 | |
*** herndon has joined #openstack-ceilometer | 22:33 | |
*** herndon has quit IRC | 22:41 | |
*** eglynn has quit IRC | 23:05 | |
*** herndon has joined #openstack-ceilometer | 23:27 | |
*** absubram_ has quit IRC | 23:30 | |
*** djbkd has quit IRC | 23:30 | |
*** prad has quit IRC | 23:47 | |
*** SergeyLukjanov has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!