*** ukaynar has quit IRC | 00:16 | |
*** ukaynar has joined #openstack-monasca | 00:29 | |
*** bobh has joined #openstack-monasca | 00:30 | |
*** bobh has quit IRC | 01:10 | |
*** tovin07_ has joined #openstack-monasca | 01:13 | |
*** ukaynar has quit IRC | 01:19 | |
*** bobh has joined #openstack-monasca | 02:06 | |
*** ukaynar has joined #openstack-monasca | 02:15 | |
*** Tom_ has joined #openstack-monasca | 03:00 | |
*** bobh has quit IRC | 03:08 | |
*** Tom_ has quit IRC | 03:08 | |
*** huxinhui__ has joined #openstack-monasca | 04:26 | |
*** jgu has quit IRC | 06:41 | |
*** cbijwkawdm has joined #openstack-monasca | 06:49 | |
*** cbijwkawdm has quit IRC | 06:49 | |
*** ukaynar has quit IRC | 07:02 | |
*** huxinhui__ is now known as huxinhui | 07:14 | |
*** Tom_ has joined #openstack-monasca | 07:19 | |
*** AlexeyAbashkin has joined #openstack-monasca | 07:23 | |
openstackgerrit | Anilkumar Thovi proposed openstack/monasca-api master: update with default metric DB https://review.openstack.org/516203 | 07:36 |
---|---|---|
*** Tom_ has quit IRC | 08:01 | |
*** Tom_ has joined #openstack-monasca | 08:02 | |
*** Tom_ has quit IRC | 08:06 | |
openstackgerrit | Tomasz Trębski proposed openstack/python-monascaclient master: Migrate commands to osc-lib https://review.openstack.org/461003 | 08:08 |
openstackgerrit | Tomasz Trębski proposed openstack/python-monascaclient master: Enable client documentation https://review.openstack.org/511341 | 08:09 |
*** Tom_ has joined #openstack-monasca | 08:11 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: Bump influxdb to 1.3.5 https://review.openstack.org/509773 | 08:16 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-persister master: Add performance testing in Monasca persister https://review.openstack.org/513204 | 08:16 |
*** Tom_ has quit IRC | 08:54 | |
*** Tom_ has joined #openstack-monasca | 08:54 | |
*** Tom_ has quit IRC | 08:58 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: Replace the usage of some aliases in tempest https://review.openstack.org/511133 | 09:01 |
*** Tom_ has joined #openstack-monasca | 09:08 | |
*** dougsz has joined #openstack-monasca | 09:14 | |
openstackgerrit | Johannes Grassler proposed openstack/monasca-specs master: Add spec on implementing oslo.policy https://review.openstack.org/511245 | 09:21 |
*** gmann is now known as gmann_afk | 09:29 | |
openstackgerrit | Fouad Benamrane proposed openstack/monasca-agent master: Add network congestion detection to monasca https://review.openstack.org/513391 | 09:48 |
*** tovin07_ has quit IRC | 10:20 | |
*** huxinhui has quit IRC | 10:46 | |
-openstackstatus- NOTICE: Zuul has been restarted due to an unexpected issue. Please recheck any jobs that were in progress | 10:46 | |
*** Tom_ has quit IRC | 10:48 | |
*** Tom_ has joined #openstack-monasca | 10:51 | |
*** Tom_ has quit IRC | 10:55 | |
*** pcaruana has joined #openstack-monasca | 10:56 | |
*** nicolasbock has joined #openstack-monasca | 11:07 | |
*** sgrasley1 has joined #openstack-monasca | 12:22 | |
*** sgrasley1 has quit IRC | 12:22 | |
*** sgrasley2 has joined #openstack-monasca | 12:22 | |
*** sgrasley2 has quit IRC | 12:23 | |
*** sgrasley1 has joined #openstack-monasca | 12:23 | |
*** sgrasley1 has quit IRC | 12:24 | |
*** sgrasley1 has joined #openstack-monasca | 12:24 | |
Neptu_ | hej | 12:41 |
Neptu_ | looking at the monasca openstack ansible agent code | 12:41 |
Neptu_ | you you know if Flávio Ramalho is around | 12:42 |
Neptu_ | seems to be the major contributor | 12:42 |
*** Tom_ has joined #openstack-monasca | 12:57 | |
*** Tom_ has quit IRC | 12:58 | |
*** joadavis has joined #openstack-monasca | 13:15 | |
*** ukaynar has joined #openstack-monasca | 13:50 | |
*** rbrndt has joined #openstack-monasca | 14:15 | |
*** vishwanathj has joined #openstack-monasca | 14:34 | |
dougsz | Anyone know the background on why the value_meta field is dropped from alarms, but others such as the dimensions aren't? | 14:43 |
rbrndt | dougsz: If by other dimensions you mean the identifying key-value pairs included on all metrics, it is because value-meta is not identifying information for the data stream | 14:46 |
rbrndt | Value_meta represents ephemeral information (like error codes) that isn't meant for alarm evaluation. It is stored in the metrics database for historical reference | 14:48 |
*** sgrasley1 has joined #openstack-monasca | 14:51 | |
*** ukaynar has quit IRC | 15:04 | |
*** jgu has joined #openstack-monasca | 15:11 | |
dougsz | rbrndt: Thanks | 15:12 |
rbrndt | :) | 15:13 |
dougsz | What I'm trying to do is post a summary of a log error message to a webhook when an alarm for that log goes off. I guess I could save a snippet from the the log message as a dimension, rather than value_meta. A shorted string length limit, but that should be good enough. | 15:14 |
dougsz | s/shorted/shorter | 15:15 |
rbrndt | actually, saving the log message as part of dimensions may have results you are not expecting, so I would be cautious doing so | 15:20 |
rbrndt | If we wanted to do this correctly, we should probably modify the alarm evaluation to include any value_meta it finds in the evaluation period as a part of the alarm-state-transition | 15:21 |
*** AlexeyAbashkin has quit IRC | 15:30 | |
*** AlexeyAbashkin has joined #openstack-monasca | 15:31 | |
dougsz | rbrndt - I was starting to discover that! As you say, including the value_meta with the alarm sounds like a good path forward. | 15:32 |
rbrndt | It also has added value for existing alarms on things like http status, since at the moment you need to make a separate call to find any errors present in the time range | 15:33 |
dougsz | yep - good point | 15:33 |
dougsz | what's the best way of going about this - create a spec and agree on the details there? | 15:34 |
rbrndt | Sounds good to me | 15:34 |
dougsz | Great :) | 15:35 |
dougsz | I'll do that., | 15:35 |
*** AlexeyAbashkin has quit IRC | 15:35 | |
*** ukaynar has joined #openstack-monasca | 15:45 | |
openstackgerrit | Amir Mofakhar proposed openstack/monasca-api master: fixed left idle sql sessions at startup https://review.openstack.org/516387 | 16:41 |
openstackgerrit | Merged openstack/monasca-api master: update with default metric DB https://review.openstack.org/516203 | 17:29 |
openstackgerrit | Merged openstack/monasca-api master: updated documentation as java is deprecated now https://review.openstack.org/514991 | 17:29 |
*** rbrndt has quit IRC | 17:30 | |
*** AlexeyAbashkin has joined #openstack-monasca | 17:30 | |
*** rbrndt has joined #openstack-monasca | 17:30 | |
openstackgerrit | James Gu proposed openstack/monasca-api master: Add cassandra support https://review.openstack.org/500123 | 17:31 |
*** rbrndt has joined #openstack-monasca | 17:32 | |
*** AlexeyAbashkin has quit IRC | 17:35 | |
openstackgerrit | Merged openstack/monasca-log-api master: Zuul: add file extension to playbook path https://review.openstack.org/516108 | 17:36 |
*** dougsz has quit IRC | 17:56 | |
*** nicolasbock has quit IRC | 18:05 | |
*** ukaynar has quit IRC | 18:28 | |
*** ukaynar has joined #openstack-monasca | 18:39 | |
*** ukaynar has quit IRC | 18:56 | |
*** ukaynar has joined #openstack-monasca | 18:56 | |
*** rbrndt has quit IRC | 19:01 | |
*** AlexeyAbashkin has joined #openstack-monasca | 19:10 | |
*** ukaynar has quit IRC | 19:11 | |
*** ukaynar has joined #openstack-monasca | 19:11 | |
*** ukaynar_ has joined #openstack-monasca | 19:12 | |
*** ukaynar has quit IRC | 19:12 | |
*** ukaynar_ has quit IRC | 19:16 | |
*** rbrndt has joined #openstack-monasca | 20:00 | |
*** ukaynar has joined #openstack-monasca | 20:02 | |
*** bobh has joined #openstack-monasca | 20:06 | |
*** bobh has quit IRC | 20:18 | |
*** bobh has joined #openstack-monasca | 20:22 | |
*** AlexeyAbashkin has quit IRC | 20:37 | |
*** bobh has quit IRC | 20:39 | |
*** pcaruana has quit IRC | 21:15 | |
*** AlexeyAbashkin has joined #openstack-monasca | 22:29 | |
*** AlexeyAbashkin has quit IRC | 22:33 | |
*** rbrndt has quit IRC | 22:57 | |
*** AlexeyAbashkin has joined #openstack-monasca | 23:29 | |
*** AlexeyAbashkin has quit IRC | 23:33 | |
*** bobh has joined #openstack-monasca | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!