Wednesday, 2019-03-06

*** pcaruana has joined #openstack-monasca08:29
openstackgerritMerged openstack/monasca-api master: Remove redundant code  https://review.openstack.org/63297608:57
*** witek has joined #openstack-monasca09:34
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: [WIP] Improve coverage  https://review.openstack.org/63271809:37
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: Improve tests coverage  https://review.openstack.org/63271810:02
*** zenirc369 has joined #openstack-monasca10:40
*** dougsz has joined #openstack-monasca10:52
*** pcaruana has quit IRC11:04
*** pcaruana has joined #openstack-monasca11:32
*** chaconpiza has quit IRC11:39
*** chaconpiza has joined #openstack-monasca11:53
*** pcaruana has quit IRC13:51
openstackgerritMerged openstack/python-monascaclient master: Update json module to jsonutils  https://review.openstack.org/63898713:55
*** pcaruana has joined #openstack-monasca14:01
witekCourtesy Monasca meeting reminder in #openstack-monasca: witek, jayahn,iurygregory,ezpz,igorn,haad,sc,joadavis, akiraY,tobiajo,dougsz_,fouadben, amofakhar, aagate, haruki,kaiokmo,pandiyan,charana,guilhermesp,chaconpiza,toabctl14:55
witek#startmeeting monasca15:00
openstackMeeting started Wed Mar  6 15:00:24 2019 UTC and is due to finish in 60 minutes.  The chair is witek. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
*** openstack changes topic to " (Meeting topic: monasca)"15:00
openstackThe meeting name has been set to 'monasca'15:00
joadavisGreetings15:00
witekhello everyone15:00
witekhi joadavis15:00
witekdo you have any topics for the agenda?15:01
dougszo/15:01
witekhi dougsz15:01
joadavisI don't. I've been wishing I was working upstream a bit more lately15:01
dougsz+115:01
joadavishi dougsz15:01
dougszhey all15:01
witekthanks for the reviews on Kafka client last week15:02
DobroslawHello15:02
witekhi Dobroslaw15:02
witekdougsz: Dobroslaw please fill in topics in the agenda if you have any15:02
dougsznothing from me this week15:02
DobroslawDon't have any at this moment15:03
witekI've looked again at dropping measurements with parsing errors in persister15:03
witekhttps://review.openstack.org/63858915:03
witekactually we do validate that the measurements for empty dimension values in API15:04
witekso the measurement should be rejected before already15:04
witekbut I think that the change still can be useful15:05
*** haru5ny has joined #openstack-monasca15:05
witekI've suggested to define a new config option to control if the measurement should be dropped or persister stopped15:06
DobroslawSo is he sending measurements straight to persister?15:06
witekstraight to Kafka, I assume15:06
witekwe do it in monasca-log-metrics as well15:07
DobroslawOk15:07
witekplease comment in review if you think it's a good idea15:09
dougszWill try to take a look when I get some time15:10
witekthanks dougsz15:10
*** pandy has joined #openstack-monasca15:10
witekI've added story about broken formatting in Python 3 client to the board15:11
witekhttps://storyboard.openstack.org/#!/board/11115:11
witekand I'm working on adding Confluent Kafka client in persister15:12
*** mohankumar has joined #openstack-monasca15:13
DobroslawNice15:13
witekdougsz: do you know if Kolla could need tagging images on releases?15:14
witekwe wanted to build and publish Monasca images on every release but Dobroslaw has reported it's not supported by infra as of now15:16
Dobroslawon every tag at last15:16
DobroslawIt's probably possible to create docker images on tag but jobs would need to stay in openstack-config15:18
Dobroslaw*project-config15:18
dougszwitek: Not quite sure I understand15:19
dougszIt can apply arbitrary tags to images15:20
dougszAre you talking about in CI?15:20
witekwe would like to have a job in CI which publishes an image on every version tag in repo15:20
DobroslawIn CI15:20
dougszah got it15:20
DobroslawTo have stable images more frequently15:21
dougszSo in kolla there is a static file which tracks all the versions, but you can override parts of it.15:21
dougszI will have a  look at exactly what goes on in CI and report back next week15:22
DobroslawThank you15:22
dougsznp15:22
witek#topic email notification templating15:23
*** openstack changes topic to "email notification templating (Meeting topic: monasca)"15:23
pandyHi witek, its mine15:23
pandyI can say that would like to contribute to monasca by customising notification template15:24
pandyHope dougsz already in testing phase of slack notification, I would like to work similar on email body customisation15:24
pandyCurrently email body looks like this http://paste.openstack.org/show/747345/15:25
pandyFrom end user comments, It will be good if customise mail subject & body with more simple information.15:25
pandyLooking forward witek & dougsz and all advise here15:26
witekas a final goal it would be great to have an API to control how the notification method looks like15:26
dougszYeah, so tenants can customise it individually per project15:27
witekit could be added as parameter to create-notification method15:27
pandyYes, but here looking forward everyone advise. From our user comments need tenant_name in mail body and subject15:27
witekand then persisted in SQL DB15:27
dougszpandy: If you put a break point in just before it calls the notification method you can see all the information you have available which could be included in the message.15:28
pandydougsz, okay understood. I can pull information whatever i want for my local user. but In general default template need little shape as told like adding few moew information in subject & mail body, so globally all can use15:30
mohankumarpandy : I like to ve this feature in Monasca, If you need any help please let me know . we can collaborate15:31
witekI think we could start with putting some requirements and implementation plan to the story15:33
pandymohankumar, Yes. based on user story feel to have this info in default in upstream monasca will be good :) Looking forward witek to support to contribute15:33
pandywitek, yes thats am looking from you all, So I can work on15:34
witekwhat we want is to have some easy to edit template which would control the shape of notification message15:34
joadavisand have some simple defaults, like a generic message with simple formatting.15:35
witekto follow the spirit of Monasca we would like to have an API resource to control this templates15:35
witekbut that could be a second step15:35
mohankumarwitek: how about enable user to add their template (yaml/j2) . we can expose some API to add them in monasca notification template15:36
witekI rather thought about persisting it in the DB15:38
mohankumarwitek: agree15:38
pandywitek, please add your comments in https://storyboard.openstack.org/#!/story/2005111, so can follow up15:39
witekprobably would fit best in POST notification-methods15:40
witekhttps://github.com/openstack/monasca-api/blob/master/docs/monasca-api-spec.md#post-v20notification-methods15:40
witekmohankumar: and yes, the users should be able to add own templates15:41
witekpandy: I guess you can start extending the story based on that discussion15:42
pandysure, I do.15:42
witekthanks15:42
pandy:)15:43
witekcool, some more questions on that?15:44
pandyNope, witek. will get back if have doubts :)15:45
witekthanks, that's all from me15:45
witekI'll be wrapping up if there's nothing else15:45
pandyThank you all15:46
witekthank you15:46
dougszThanks all, until next week15:46
witeksee you next week15:46
joadavisNothing else15:46
DobroslawThanks15:46
witekbuy15:46
haru5nythank you15:46
witekbye :)15:46
joadavisTil next time. :)15:46
witek#endmeeting15:46
*** openstack changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca"15:46
openstackMeeting ended Wed Mar  6 15:46:41 2019 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:46
openstackMinutes:        http://eavesdrop.openstack.org/meetings/monasca/2019/monasca.2019-03-06-15.00.html15:46
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/monasca/2019/monasca.2019-03-06-15.00.txt15:46
openstackLog:            http://eavesdrop.openstack.org/meetings/monasca/2019/monasca.2019-03-06-15.00.log.html15:46
*** haru5ny has quit IRC15:46
*** pandy has quit IRC15:49
*** pcaruana has quit IRC15:53
*** pcaruana has joined #openstack-monasca16:06
*** pcaruana has quit IRC16:55
*** zenirc369 has quit IRC16:56
*** mohankumar has quit IRC17:00
*** witek has quit IRC18:59
*** dougsz has quit IRC19:05
*** kaiokmo has quit IRC19:07
*** kaiokmo has joined #openstack-monasca19:38

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!