Monday, 2023-10-02

rafaelweingartner#startmeeting cloudkitty14:00
opendevmeetMeeting started Mon Oct  2 14:00:05 2023 UTC and is due to finish in 60 minutes.  The chair is rafaelweingartner. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'cloudkitty'14:00
rafaelweingartnerhello guys!14:00
rafaelweingartnerRoll count14:00
priteauo/14:00
rafaelweingartner\o14:02
mkarpiarzHi!14:02
rafaelweingartnerAwesome! You all are here today!14:02
rafaelweingartner#topic vPTG meeting14:02
rafaelweingartnerPlease, register at: https://ptg2023.openinfra.dev/14:02
rafaelweingartnerwe     scheduled at room bexar for 13:00 UTC and 14:00 UTC - October 23-27, 202314:02
rafaelweingartnerWe just need to create the Etherpad for the vPTG14:03
rafaelweingartneris the timeslot fine for everybody?14:03
mkarpiarzIt's fine for me. :)14:03
priteauAll good for me. It's in my calendar.14:04
rafaelweingartnerawesome!14:06
rafaelweingartner#topic OpenSearch support14:08
rafaelweingartnerdo we have updates on this matter?14:08
priteauMy colleague Matt Crees was not able to replicate the migration issues I saw, so I need to test again. If I cannot replicate them, I suppose it will be good to go.14:09
priteauI will try to prepare this before PTG14:10
rafaelweingartnerthat would be great!14:10
rafaelweingartnerthanks for the update14:10
rafaelweingartner#topic Monasca deprecation14:13
rafaelweingartnerthis one is on my plate14:13
rafaelweingartnerand I will conduct this one to be released under C release14:13
mkarpiarzOK14:14
rafaelweingartner#topic Target reviews14:15
rafaelweingartnerWe have the following patch, #link https://review.opendev.org/c/openstack/cloudkitty/+/86178614:15
rafaelweingartnerwhich seems to be ready for merging14:15
rafaelweingartnerdo you guys have an opinion on it?14:15
rafaelweingartneronce it is merged, we can move on with #link https://review.opendev.org/c/openstack/cloudkitty/+/86282414:16
priteauI am leaving some comments14:19
mkarpiarzI would like to try 861786 out in my test environment first.14:19
mkarpiarzI should have time this week.14:20
priteauIt still don't understand why we needed to use these time-h, time-d, etc. options rather than groupby: hour, groupby: day. Maybe I need to test it too, to understand how it works.14:21
opendevreviewRafael Weingartner proposed openstack/cloudkitty master: Add groupby options by different timeframes  https://review.opendev.org/c/openstack/cloudkitty/+/86178614:22
opendevreviewRafael Weingartner proposed openstack/cloudkitty master: Add groupby options by different timeframes  https://review.opendev.org/c/openstack/cloudkitty/+/86178614:23
rafaelweingartnerto maitain compatibility14:23
rafaelweingartnercloudkitty already had an implementation that was grouping elements hourly via the groupby time option14:24
priteauOK, I see.14:24
rafaelweingartner"time: to group data by hourly"14:24
rafaelweingartnerthen, when adding this feature, I added the option to group by day, week, month, and year14:24
rafaelweingartnerand the idea was to use the structure that was already there14:25
rafaelweingartnerideally, I would prefer time-<the time we want>14:25
rafaelweingartnerbu the "time" option to group hourly was already there14:25
rafaelweingartnerpriteau: I do not understand what you mean with "This should be with the testscenarios import."14:27
priteauThanks for explaining.14:27
rafaelweingartneris it about ordering?14:27
priteauYes, just ordering14:28
rafaelweingartnerI mean, ordering of the imports14:28
priteauNormally the third party lib imports should be before any local (cloudkitty) imports14:28
priteauYou should have three blocks: 1) python stdlib import 2) third party libraries 3) cloudkitty14:28
rafaelweingartnerok14:28
rafaelweingartnerok14:29
rafaelweingartnerI see14:29
opendevreviewRafael Weingartner proposed openstack/cloudkitty master: Add groupby options by different timeframes  https://review.opendev.org/c/openstack/cloudkitty/+/86178614:29
rafaelweingartnerdone14:29
rafaelweingartnermoving on to #link https://review.opendev.org/c/openstack/cloudkitty/+/86190814:31
rafaelweingartnerit seems ready14:31
rafaelweingartnerthere was a request for tempest, but we do not have a tempest structure to run tests on CloudKitty processor14:32
rafaelweingartnertherefore, it felt like a lot of working for such as small gain now14:32
rafaelweingartnerthe code that is changed has unit tests, and they seem to be enough14:32
rafaelweingartnerspecially, now that Gnocchi has already launched the fix a few releases ago14:32
priteauI just suggested a small reno change, otherwise looks good14:35
opendevreviewRafael Weingartner proposed openstack/cloudkitty master: Use correct metadata for metrics gathered from gnocchi  https://review.opendev.org/c/openstack/cloudkitty/+/86190814:35
rafaelweingartnerI amended the patch14:35
rafaelweingartnerthanks!14:35
rafaelweingartnermoving on, this is an interesting one #link https://review.opendev.org/c/openstack/cloudkitty/+/89520414:37
rafaelweingartnerthat patch adds the support to InfluxDB V2 to CloudKitty14:37
rafaelweingartnerit might be interesting for you guys, and for us as a community to have it in the upcomming releases14:37
rafaelweingartnerthe reviewing is probably going to take a while, so we can have this review in async mode =)14:39
priteauI will need to read it fully first14:40
rafaelweingartnerthanks!14:40
rafaelweingartnerbesides that, we have the following #link https://review.opendev.org/c/openstack/cloudkitty/+/895166, which is also important. It is a fix for a feature with Gnocchi backend. This one is important for us to have it in in the upcomming release.14:41
rafaelweingartnerWe also have two other optimizations that are interesting to merge as soon as possible. #link https://review.opendev.org/c/openstack/cloudkitty/+/894810 and #link https://review.opendev.org/c/openstack/cloudkitty/+/894812.14:41
priteauI made a quick first pass of 895166, more complete review needed later14:43
opendevreviewRafael Weingartner proposed openstack/cloudkitty master: Patch for `use_all_resource_revisions` option  https://review.opendev.org/c/openstack/cloudkitty/+/89516614:46
opendevreviewRafael Weingartner proposed openstack/cloudkitty master: Optimize CloudKitty reprocessing process  https://review.opendev.org/c/openstack/cloudkitty/+/89481214:47
rafaelweingartnerthanks!!14:48
rafaelweingartnerand, last but not least. #topic SQLAlchemy 2.x / oslo.db 14.0.0 compatibility14:49
rafaelweingartnerI guess priteau said that he was going to take upon this one14:49
rafaelweingartnerdo we have an update on this topic?14:49
priteauSorry, not yet14:49
opendevreviewRafael Weingartner proposed openstack/cloudkitty master: Optimize CloudKitty reprocessing process  https://review.opendev.org/c/openstack/cloudkitty/+/89481214:50
rafaelweingartnerno worries14:51
rafaelweingartnerthanks for the update14:51
rafaelweingartnerI guess that is all from my side14:51
rafaelweingartnerdo you guys have anything else, before we close today?14:51
priteauNothing else from me14:51
mkarpiarzNothing from my side.14:52
rafaelweingartnerThank you guys for participating. Have a nice week.14:52
rafaelweingartner#endmeeting14:52
opendevmeetMeeting ended Mon Oct  2 14:52:37 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:52
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cloudkitty/2023/cloudkitty.2023-10-02-14.00.html14:52
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cloudkitty/2023/cloudkitty.2023-10-02-14.00.txt14:52
opendevmeetLog:            https://meetings.opendev.org/meetings/cloudkitty/2023/cloudkitty.2023-10-02-14.00.log.html14:52
opendevreviewMerged openstack/cloudkitty master: Fix a concurrency issue when locking reprocessing tasks  https://review.opendev.org/c/openstack/cloudkitty/+/89481015:36
opendevreviewMerged openstack/cloudkitty master: Use correct metadata for metrics gathered from gnocchi  https://review.opendev.org/c/openstack/cloudkitty/+/86190817:28
opendevreviewPedro Henrique Pereira Martins proposed openstack/cloudkitty master: Add support to influx v2 as storage backend  https://review.opendev.org/c/openstack/cloudkitty/+/89520418:05

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!