*** absubram_ has quit IRC | 00:15 | |
*** Alexei_987 has quit IRC | 00:32 | |
*** dah has quit IRC | 00:41 | |
*** dah has joined #openstack-ceilometer | 00:42 | |
*** sayali has quit IRC | 00:45 | |
*** djbkd has quit IRC | 01:39 | |
*** thomasem has joined #openstack-ceilometer | 03:06 | |
*** thomasem has quit IRC | 03:12 | |
*** eglynn_ has quit IRC | 04:25 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 04:49 | |
*** djbkd has joined #openstack-ceilometer | 05:12 | |
*** leegy_ has quit IRC | 05:17 | |
*** sandywalsh_ has quit IRC | 05:23 | |
*** sandywalsh_ has joined #openstack-ceilometer | 05:39 | |
openstackgerrit | Yuuichi Fujioka proposed a change to openstack/ceilometer: (WIP)Implements monitoring-network https://review.openstack.org/60473 | 05:45 |
---|---|---|
*** krast has joined #openstack-ceilometer | 05:49 | |
openstackgerrit | Jenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/60154 | 06:05 |
*** SergeyLukjanov has quit IRC | 06:45 | |
*** djbkd has quit IRC | 06:52 | |
*** djbkd has joined #openstack-ceilometer | 06:54 | |
*** djbkd has quit IRC | 06:54 | |
*** AMike has joined #openstack-ceilometer | 07:28 | |
*** urulama has joined #openstack-ceilometer | 07:33 | |
*** zul has quit IRC | 07:34 | |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Convert event timestamp to PrecisionTimestamp https://review.openstack.org/62435 | 07:44 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Convert event timestamp to PrecisionTimestamp https://review.openstack.org/62435 | 07:45 |
sileht | jd__, mysql tests work now http://paste.openstack.org/show/55110/ ... most of the time | 08:05 |
sileht | jd__, I guess we have some isolation issues between tests, I have 2 tests that fail sometimes | 08:06 |
*** ildikov_ has quit IRC | 08:21 | |
*** AMike has quit IRC | 08:25 | |
*** ildikov_ has joined #openstack-ceilometer | 08:31 | |
*** zul has joined #openstack-ceilometer | 08:34 | |
*** AMike has joined #openstack-ceilometer | 08:38 | |
openstackgerrit | A change was merged to openstack/python-ceilometerclient: Fix alarm-combination-update operator argument https://review.openstack.org/62397 | 08:42 |
openstackgerrit | A change was merged to openstack/ceilometer: Implement the /v2/sample API https://review.openstack.org/60540 | 08:42 |
openstackgerrit | A change was merged to openstack/ceilometer: api: raise ClientSideError rather than ValueError https://review.openstack.org/61962 | 08:42 |
openstackgerrit | A change was merged to openstack/ceilometer: Oslo sync to recover from db2 server disconnects https://review.openstack.org/61602 | 08:44 |
*** AMike has quit IRC | 08:45 | |
*** AMike has joined #openstack-ceilometer | 08:46 | |
*** AMike has joined #openstack-ceilometer | 08:46 | |
*** urulama has quit IRC | 08:47 | |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Ensure the correct error message is displayed https://review.openstack.org/62001 | 08:48 |
*** asalkeld has quit IRC | 08:51 | |
*** asalkeld has joined #openstack-ceilometer | 08:53 | |
nprivalova | jd__, hi! I have a question about https://review.openstack.org/#/c/60540/ and the future of these changes. Am I right that post() for samples will be moved from MeterController to SamplesController? | 08:54 |
*** urulama has joined #openstack-ceilometer | 08:54 | |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Implement the /v2/samples/<sample-id> API https://review.openstack.org/61814 | 08:55 |
sileht | nprivalova, I don't think we moved it, because we don't want to break the API v2 | 08:59 |
sileht | nprivalova, perhaps just create a new one and mark the old one as deprecated in the documentation | 09:00 |
nprivalova | sileht, I see. May I ask several questions more related to this? | 09:01 |
sileht | nprivalova, yep, but perhaps I don't have all the answers :) | 09:02 |
*** vrovachev has joined #openstack-ceilometer | 09:02 | |
nprivalova | sileht, why do we expect name == id https://github.com/openstack/ceilometer/blob/master/ceilometer/api/controllers/v2.py#L742 ? | 09:03 |
sileht | nprivalova, the new sample aPI is to remove this kind of weirdness | 09:05 |
sileht | nprivalova, the reason is currently you must post a sample in URL like that: | 09:06 |
sileht | POST /v2/meters/intance/ | 09:06 |
sileht | this _id is the meter_id, ie: 'instance' | 09:07 |
*** SergeyLukjanov has joined #openstack-ceilometer | 09:08 | |
sileht | to be RESTfull we must check that the sample POSTed on /v2/meters/instance/ are for the 'instance' meter (ie: check that meter_id == counter_name) | 09:08 |
sileht | nprivalova, make sense ? | 09:08 |
*** SergeyLukjanov has quit IRC | 09:09 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 09:09 | |
nprivalova | sileht, thanks a lot for explanation! | 09:12 |
nprivalova | sileht, please help me to understand the resolution about https://review.openstack.org/#/c/61958 . You are working on this, right? | 09:18 |
sileht | nprivalova, yes but I'm a bit lost about this issue, all my patches to fix that was refused | 09:20 |
sileht | nprivalova, I will dig into my mail now, to get the last decision, and resubmit the wanted fix | 09:20 |
nprivalova | sileht, thanks! We are blocked with it. Out tempest tests about notifications are failing. I just wanted to be sure that core-team is aware of this problem :) | 09:22 |
*** eglynn has joined #openstack-ceilometer | 09:27 | |
sileht | nprivalova, done: https://review.openstack.org/#/c/62586/ | 09:36 |
sileht | nprivalova, I have already proposed the same fix but on the ceilometer side and on the devstack-gate side, but finally it seems that people prefer it in devstack itself, so ... | 09:37 |
nprivalova | sileht, thanks so much! I will add comment about this new cr to https://review.openstack.org/#/c/61958, ok? | 09:38 |
sileht | nprivalova, yep you can | 09:38 |
sileht | I hope it will be merged this time, I have proposed the fix in October for the time... | 09:39 |
*** SergeyLukjanov has quit IRC | 09:55 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 09:57 | |
*** krast has quit IRC | 10:21 | |
*** zul has quit IRC | 10:47 | |
*** zul has joined #openstack-ceilometer | 10:48 | |
vrovachev | hi all | 10:59 |
vrovachev | please, review me: https://review.openstack.org/#/c/55276/14 | 10:59 |
*** SergeyLukjanov has quit IRC | 11:01 | |
*** kwhitney has quit IRC | 11:21 | |
*** kwhitney has joined #openstack-ceilometer | 11:22 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 11:26 | |
*** SergeyLukjanov has quit IRC | 11:34 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 11:37 | |
*** zoresvit has joined #openstack-ceilometer | 11:44 | |
*** Alexei_987 has joined #openstack-ceilometer | 11:50 | |
insanidade | . | 12:47 |
*** SergeyLukjanov has quit IRC | 12:56 | |
*** SergeyLukjanov has joined #openstack-ceilometer | 12:58 | |
openstackgerrit | Julien Danjou proposed a change to openstack/ceilometer: storage: factorize not implemented methods https://review.openstack.org/62636 | 13:05 |
*** urulama has quit IRC | 13:20 | |
*** thomasem has joined #openstack-ceilometer | 13:21 | |
*** sandywalsh_ has quit IRC | 13:29 | |
*** jdob has joined #openstack-ceilometer | 13:35 | |
nprivalova | jd__, could you please take a look on my hbase patch and especially on comments when you have a time? I'm afraid to ask Doug :) | 13:38 |
*** sandywalsh_ has joined #openstack-ceilometer | 13:42 | |
*** AMike has quit IRC | 13:42 | |
*** AMike has joined #openstack-ceilometer | 13:43 | |
*** AMike has joined #openstack-ceilometer | 13:43 | |
openstackgerrit | Ilya Tyaptin proposed a change to openstack/ceilometer: Fix work of udp publisher https://review.openstack.org/62656 | 14:03 |
*** jdob has quit IRC | 14:04 | |
*** jdob_ has joined #openstack-ceilometer | 14:04 | |
nprivalova | eglynn, hi! | 14:18 |
eglynn | nprivalova: hey | 14:18 |
*** jdob_ has quit IRC | 14:18 | |
*** jdob has joined #openstack-ceilometer | 14:18 | |
openstackgerrit | Ildiko Vancsa proposed a change to openstack/ceilometer: (WIP)Implements complex query functionality for alarms https://review.openstack.org/62158 | 14:20 |
openstackgerrit | Ildiko Vancsa proposed a change to openstack/ceilometer: (WIP)Implements complex query functionality for alarm history https://review.openstack.org/62159 | 14:20 |
openstackgerrit | Ildiko Vancsa proposed a change to openstack/ceilometer: (WIP)Implements complex query functionality for samples https://review.openstack.org/62157 | 14:20 |
nprivalova | eglynn, I think I'm ready to start working on aggregation. I guess it will be smth like POC first. I think I will start with HBase. What do you think, is it ok to change db schema? As I understand it's ok. The only thing I need to maintain is output from methods like get_meters, get_resources and so on | 14:23 |
eglynn | nprivalova: sounds good proceeding with a PoC first | 14:26 |
eglynn | nprivalova: ... I'm no expert on HBase, but IIUC it has an implicit schema (unlike say the sql DBs, which require explicit migrations) | 14:26 |
eglynn | nprivalova: ... so in that sense, schema changes are acceptable IIUC | 14:26 |
nprivalova | eglynn, I see. I will think about it. I think the decision about creation a new 'table' (as meter or resource) may become the common decision for all backends. Anyway, will see. Is it ok to ask you to review :)? I'll start with the most simple cases and will create a doc with description what I'm doing, so will help you as much as possible | 14:33 |
eglynn | nprivalova: yep, absolutely, put me down as a reviewer | 14:33 |
eglynn | nprivalova: ... and then feel free to nag me on IRC if you don't get a timely response | 14:34 |
nprivalova | eglynn, thanks a lot! | 14:34 |
*** urulama has joined #openstack-ceilometer | 15:21 | |
vrovachev | Hi all. Please prompt, how to check pollsters in tempest without sleep 10m? | 15:23 |
*** urulama has quit IRC | 15:25 | |
*** SergeyLukjanov has quit IRC | 15:48 | |
openstackgerrit | David Peraza proposed a change to openstack/ceilometer: Add metadata query validation limitation https://review.openstack.org/61847 | 16:07 |
eglynn | vrovachev: use a test-specific pipeline.yaml with a much shorter interval? | 16:29 |
eglynn | vrovachev: e.g.: sudo sed -i '/^ *name: .*_pipeline$/ { n ; s/interval: 600$/interval: 60/ }' | 16:29 |
eglynn | (then restart the compute agent, or better still not require the restart if the specific config is used from the get-go) | 16:30 |
eglynn | vrovachev: sorry, missed filename for sed cmd line above ... sudo sed -i '/^ *name: .*_pipeline$/ { n ; s/interval: 600$/interval: 60/ }' /etc/ceilometer/pipeline.yaml | 16:31 |
*** herndon has joined #openstack-ceilometer | 16:35 | |
openstackgerrit | A change was merged to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/60154 | 16:37 |
*** SergeyLukjanov has joined #openstack-ceilometer | 16:54 | |
*** absubram_ has joined #openstack-ceilometer | 17:01 | |
openstackgerrit | A change was merged to openstack/ceilometer: Move sphinxcontrib-httpdomain to test-requirements https://review.openstack.org/62025 | 17:04 |
openstackgerrit | John Herndon proposed a change to openstack/ceilometer: Add Event API https://review.openstack.org/40248 | 17:05 |
*** gordc has joined #openstack-ceilometer | 17:05 | |
*** urulama has joined #openstack-ceilometer | 17:22 | |
*** sayali has joined #openstack-ceilometer | 17:24 | |
*** sayali_ has joined #openstack-ceilometer | 17:24 | |
*** sayali_ has quit IRC | 17:24 | |
*** urulama has quit IRC | 17:26 | |
*** zoresvit has quit IRC | 17:41 | |
*** zoresvit has joined #openstack-ceilometer | 17:43 | |
openstackgerrit | John Herndon proposed a change to openstack/ceilometer: Convert decimal to datetime in sqlalchemy layer https://review.openstack.org/62719 | 17:49 |
*** zoresvit has quit IRC | 17:49 | |
*** eglynn has quit IRC | 17:52 | |
*** dhellmann is now known as dhellmann_ | 18:17 | |
*** eglynn has joined #openstack-ceilometer | 18:36 | |
*** absubram_ has quit IRC | 18:40 | |
*** absubram_ has joined #openstack-ceilometer | 18:53 | |
*** Alexei_987 has quit IRC | 18:59 | |
*** thomasm_ has joined #openstack-ceilometer | 19:03 | |
*** thomasem has quit IRC | 19:07 | |
*** herndon has quit IRC | 19:16 | |
*** herndon has joined #openstack-ceilometer | 19:20 | |
openstackgerrit | A change was merged to openstack/python-ceilometerclient: Display message on HTTP 400 https://review.openstack.org/62412 | 19:22 |
*** urulama has joined #openstack-ceilometer | 19:23 | |
*** urulama has quit IRC | 19:27 | |
*** thomasem has joined #openstack-ceilometer | 19:29 | |
*** thomasm_ has quit IRC | 19:32 | |
*** eglynn has quit IRC | 19:35 | |
*** dhellmann_ is now known as dhellmann | 19:59 | |
*** Alexei_987 has joined #openstack-ceilometer | 19:59 | |
*** absubram_ has quit IRC | 20:07 | |
*** eglynn has joined #openstack-ceilometer | 20:27 | |
*** eglynn has quit IRC | 20:38 | |
openstackgerrit | John Herndon proposed a change to openstack/ceilometer: Convert event timestamp to PrecisionTimestamp https://review.openstack.org/62435 | 20:49 |
openstackgerrit | John Herndon proposed a change to openstack/ceilometer: Add Event API https://review.openstack.org/40248 | 20:49 |
*** eglynn has joined #openstack-ceilometer | 20:54 | |
*** sandywalsh_ has quit IRC | 21:06 | |
*** eglynn has quit IRC | 21:10 | |
*** sandywalsh_ has joined #openstack-ceilometer | 21:17 | |
*** urulama has joined #openstack-ceilometer | 21:24 | |
*** urulama has quit IRC | 21:28 | |
*** globalgrace has joined #openstack-ceilometer | 21:31 | |
openstackgerrit | John Herndon proposed a change to openstack/ceilometer: Add Event API https://review.openstack.org/40248 | 21:34 |
*** globalgrace has quit IRC | 21:39 | |
thomasem | nprivalova, got a sec? | 22:06 |
*** jdob has quit IRC | 22:11 | |
*** gordc has quit IRC | 22:45 | |
*** SergeyLukjanov has quit IRC | 22:46 | |
*** thomasem has quit IRC | 22:52 | |
*** thomasem has joined #openstack-ceilometer | 23:15 | |
*** thomasem has quit IRC | 23:16 | |
*** thomasem has joined #openstack-ceilometer | 23:16 | |
*** thomasem has quit IRC | 23:23 | |
*** urulama has joined #openstack-ceilometer | 23:24 | |
*** urulama has quit IRC | 23:29 | |
*** asalkeld has quit IRC | 23:29 | |
*** asalkeld has joined #openstack-ceilometer | 23:30 | |
openstackgerrit | John Herndon proposed a change to openstack/ceilometer: Add Event API https://review.openstack.org/40248 | 23:48 |
openstackgerrit | Julien Danjou proposed a change to openstack/ceilometer: storage: factorize not implemented methods https://review.openstack.org/62636 | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!