*** zhurong has joined #openstack-monasca | 00:31 | |
*** zhurong has quit IRC | 01:16 | |
*** zhurong has joined #openstack-monasca | 01:26 | |
*** zhurong has quit IRC | 02:34 | |
*** zhurong has joined #openstack-monasca | 02:36 | |
*** nicolasbock has quit IRC | 02:58 | |
*** jgrassler has joined #openstack-monasca | 03:07 | |
*** jgrassle1 has quit IRC | 03:11 | |
openstackgerrit | chenaidong1 proposed openstack/monasca-events-api master: Fix a typo https://review.openstack.org/462347 | 03:12 |
---|---|---|
*** zhurong has quit IRC | 04:12 | |
*** zhurong has joined #openstack-monasca | 04:37 | |
*** zenirc369 has joined #openstack-monasca | 04:48 | |
*** kamil_ has joined #openstack-monasca | 04:49 | |
*** zenirc369 has quit IRC | 05:56 | |
*** arturb has joined #openstack-monasca | 06:09 | |
*** pcaruana has joined #openstack-monasca | 06:45 | |
*** zenirc369 has joined #openstack-monasca | 07:00 | |
*** jamielennox is now known as jamielennox|away | 07:06 | |
*** zhurong has quit IRC | 09:06 | |
*** zhurong has joined #openstack-monasca | 09:15 | |
*** zhurong has quit IRC | 10:07 | |
*** nicolasbock has joined #openstack-monasca | 10:08 | |
*** zhurong has joined #openstack-monasca | 10:24 | |
*** nicolasbock has quit IRC | 11:12 | |
*** nicolasbock has joined #openstack-monasca | 11:34 | |
openstackgerrit | Merged openstack/monasca-api master: Fix the role of 'mini-mon' user in devstack https://review.openstack.org/459259 | 11:50 |
*** zhurong has quit IRC | 12:30 | |
*** bobh has joined #openstack-monasca | 12:52 | |
*** bobh has quit IRC | 12:58 | |
*** zenirc369 has quit IRC | 13:02 | |
openstackgerrit | Merged openstack/monasca-agent master: Configurable logrotate in agent https://review.openstack.org/458271 | 13:17 |
openstackgerrit | Thiago Paiva Brito proposed openstack/monasca-agent master: IPMI plugin for monasca-agent https://review.openstack.org/461137 | 13:37 |
*** zhurong has joined #openstack-monasca | 13:41 | |
*** zhurong_ has joined #openstack-monasca | 13:50 | |
*** zhurong has quit IRC | 13:51 | |
*** jamielennox|away is now known as jamielennox | 13:58 | |
*** rbrndt has joined #openstack-monasca | 14:09 | |
*** zhurong_ has quit IRC | 14:12 | |
*** witek has quit IRC | 14:22 | |
*** witek has joined #openstack-monasca | 14:38 | |
*** tongli has joined #openstack-monasca | 14:52 | |
*** zenirc369 has joined #openstack-monasca | 15:16 | |
*** chris_morrell has joined #openstack-monasca | 15:30 | |
*** chris_morrell has quit IRC | 15:31 | |
*** jgu has joined #openstack-monasca | 16:22 | |
*** pcaruana has quit IRC | 16:40 | |
openstackgerrit | Thiago Paiva Brito proposed openstack/monasca-agent master: IPMI plugin for monasca-agent https://review.openstack.org/461137 | 16:52 |
*** chris_morrell has joined #openstack-monasca | 17:30 | |
openstackgerrit | Michael Hoppal proposed openstack/monasca-agent master: Add prometheus client plugin https://review.openstack.org/401413 | 17:44 |
*** basilAB has quit IRC | 17:45 | |
*** joadavis has quit IRC | 17:45 | |
*** vaishali has quit IRC | 17:46 | |
openstackgerrit | Tomasz Trębski proposed openstack/python-monascaclient master: Integrate client with osc-lib https://review.openstack.org/461142 | 17:52 |
*** chris_morrell has quit IRC | 18:02 | |
*** chris_morrell has joined #openstack-monasca | 18:05 | |
*** rbrndt has quit IRC | 18:12 | |
*** chris_morrell has quit IRC | 18:26 | |
*** chris_morrell has joined #openstack-monasca | 18:28 | |
*** vaishali has joined #openstack-monasca | 18:32 | |
*** basilAB has joined #openstack-monasca | 18:33 | |
*** chris_morrell has quit IRC | 18:34 | |
*** chris_morrell has joined #openstack-monasca | 18:35 | |
*** chris_morrell has quit IRC | 18:42 | |
*** zenirc369 has quit IRC | 18:46 | |
*** chris_morrell has joined #openstack-monasca | 18:54 | |
*** chris_morrell has quit IRC | 19:04 | |
*** rbrndt has joined #openstack-monasca | 19:06 | |
*** chris_morrell has joined #openstack-monasca | 19:28 | |
*** chris_morrell has quit IRC | 19:33 | |
*** chris_morrell has joined #openstack-monasca | 19:38 | |
*** joadavis has joined #openstack-monasca | 20:05 | |
*** notq has joined #openstack-monasca | 20:07 | |
notq | question - added periodic notifications to monasca, but the way the periodic engine does it, with sleeps, is problematic because it blocks and sleeps for each one needing time in the _keep_sending function. Is there a way that jumps out that makes sense to do that to anyone? | 20:08 |
notq | should I thread each of the calls? Can I choose to ignore a notification that hasn't hit the range, and put it back in the kafka queue until it runs when it does fit the timing? | 20:09 |
notq | just trying to sort out options | 20:09 |
notq | it was made for short times, like 60 seconds, but i'm using it for much larger time frames, so need some way to redo the keep_sending to not sleep until the period is valid | 20:09 |
rbrndt | notq: the periodic notifications really aren't fully fleshed out yet. They were mostly designed for scale up/down | 20:16 |
notq | understood, but i have it functional outside of changing this over. | 20:54 |
notq | I understand I will need to rewrite this in some way, but outside of that I've removed all blockers from the client, api, and notifications. I've renamed the zk and kafka to be generalized, and rewrote the checks. | 20:56 |
notq | now, I need to rewrite this function to handle the calls reasonably, and we're good. So unless that's a task far larger than I'm thinking, I'm almost there. then I was going to put it all up in a patch, and upstream it connected to the story for it | 20:57 |
notq | i don't think it's ideal, but it looks like it should work instead of sleeping, add the send notifier in the check, and just have it repeatedly pull from the queue, add it back, until it matches the period, in which case it will actually send. | 21:27 |
notq | thus, no blocking. | 21:27 |
rbrndt | notq: I can't say I understand exactly what you've done, but I'll be happy to look at patches | 21:46 |
notq | no problem, just sorting out the specifics and testing. in progress. | 21:47 |
openstackgerrit | Kaiyan Sheng proposed openstack/monasca-agent master: Add Dimensions into White List https://review.openstack.org/459021 | 21:48 |
*** chris_morrell has quit IRC | 22:04 | |
*** rbrndt has quit IRC | 22:44 | |
openstackgerrit | Tomasz Trębski proposed openstack/python-monascaclient master: Integrate client with osc-lib https://review.openstack.org/461142 | 23:00 |
openstackgerrit | Andrea Adams proposed openstack/monasca-agent master: Container Creation and Deletion health plugin https://review.openstack.org/462761 | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!