[00:02:20] qchris: still arround? [00:02:27] yup. [00:02:41] Things still looking good around EventLogging :-) [00:06:06] qchris: puffff goodd [00:06:28] qchris: did it fix all issues you were seeing before (seems like it could not have) [00:07:12] I think it did. [00:07:24] At least the issues we have been seeing the last few days should be gone. [00:07:51] But I guess we have to wait for tomorrows hours with more traffic before declaring victory. [00:10:13] qchris: and you guys did not changed the batch interval...wow, ok [00:10:33] The interval is not so important, or is it? [00:10:45] qchris: it is for replication [00:11:00] qchris: cause it flattens spikes every 2 secs basically [00:11:45] qchris: if that works good, but it is really an experimental value, i guess we will see tomorrow [00:12:34] I am not sure I understand what you exactly mean by that, but I'll let spr-ingle chime in on the interval and whatever he wants to see there :-) [00:13:56] he wanted to avoid discrete inserts (loads of them) that held locks for long to the table and halt replication, that was the original intent of the changes [00:14:34] qchris: anyways, saw your comment on the tests, feel free to comment in more detail and i can do changes as needed. [00:14:59] k [01:06:25] nuria__: can we talk in the batcave? [01:06:41] kevinator: sure [01:06:46] I’m getting questions from howie about EventLogging and need specifics [17:10:46] (PS1) Milimetric: Fix metric order in ui-daily graph [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174983 [17:11:03] (CR) Milimetric: [C: 2] Fix metric order in ui-daily graph [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174983 (owner: Milimetric) [17:11:09] (Merged) jenkins-bot: Fix metric order in ui-daily graph [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174983 (owner: Milimetric) [17:14:46] master/ade7433 (#177 by milimetric): The build passed. http://travis-ci.org/wikimedia/limn/builds/41735958 [17:36:37] (PS1) Milimetric: Simplify and fix generator templates [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174984 [17:54:02] (CR) Milimetric: [C: 2] Simplify and fix generator templates [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174984 (owner: Milimetric) [17:54:14] (Merged) jenkins-bot: Simplify and fix generator templates [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174984 (owner: Milimetric) [17:54:49] (PS1) Milimetric: Demo metadata inference magic [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174989 [17:55:00] (CR) Milimetric: [C: 2] Demo metadata inference magic [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174989 (owner: Milimetric) [17:55:05] (Merged) jenkins-bot: Demo metadata inference magic [analytics/limn-mobile-data] - https://gerrit.wikimedia.org/r/174989 (owner: Milimetric) [19:12:28] nuria__: heya! your puppet patch needs a manual rebase since the structure of contacts.cfg changed in the meantime. want me to do it or do you want to do it yourself? [19:12:49] YuviPanda: if you do it it will great [19:12:53] sure [19:15:28] YuviPanda: Thank youuuuuu [19:19:14] nuria__: yw! [19:19:22] nuria__: if you +1 I shall merge :) [19:24:40] leila: yes -- I"ll be out of my meeting in 10 [19:25:16] tnegrin, I have a meeting starting in 5 min. talking around 12:10 if that works for you? [19:25:52] that will work [19:26:22] cool! ttyt [19:44:12] nuria__, milimetric: what do you think about this lib: https://github.com/jaubourg/jquery-jsonp [19:44:21] it's listed in bower search [19:45:16] in meeting [19:45:31] mforns: well that solves the jsonp problem, but have you looked into mediawiki-specific issues? [19:45:49] parsing? [19:45:49] like how to grab the content of an article and parse it as json? [19:46:09] yeah, here's a test for you: [19:46:31] I talked with nuria, and she showed me that you can ask mw for json content [19:46:34] from dashiki, get and load into a JS object this: https://meta.wikimedia.org/wiki/Schema:EventCapsule [19:46:57] but this is html [19:47:25] yeah, that's the tricky part, check this out: [19:47:35] https://meta.wikimedia.org/wiki/Schema:EventCapsule?action=raw [19:47:44] oh man, action=raw? [19:47:47] * YuviPanda shakes head [19:47:48] nooooo [19:47:49] :) [19:47:56] that's not what i'm suggesting :) [19:48:03] basically, the Schema: namespace has a content handler that makes it render the html you see [19:48:11] but the underlying article is json [19:48:16] aha [19:48:17] there are a few ways to get at it, like action=raw [19:48:21] but also with the mediawiki api [19:48:37] * YuviPanda stops jumping into middle of conversations for real this time. sorry! [19:49:16] ok [19:49:20] actually, i'm not sure what the best way is but for example, in npm: https://www.npmjs.org/search?q=mediawiki [19:49:36] YuviPanda: no prob :) we like our guardian opsy angel [19:50:11] ok [19:50:22] hehe :) [19:50:25] mforns: sorry if I was vague earlier, but this is context that's useful to have in general [19:50:28] hit and run ops! [19:50:31] kinda "how wikis work" [19:50:58] aha [19:52:04] nuria__: around? [19:52:14] she's in a meeting ori, what's up [19:52:27] nothing urgent, i'll wait [20:02:10] milimetric, mforns YuviPanda : i think the way to call jsonp is this one right? [20:02:11] http://meta.wikimedia.org/w/api.php?action=jsonschema&revid=4932929&callback=blah [20:02:51] didn't know we had an action=jsonschema, but if the JSON namespace is the only one you're interested in, sure [20:03:37] mforns: you can play with the API here too: http://www.mediawiki.org/wiki/Special:ApiSandbox [20:03:46] thanks! [20:03:46] every wiki has a Special:ApiSandbox [20:04:09] but my point was - some of those npm packages already did this, and might be reusable at least in part [20:04:10] I *think* you can attach a &callback= to every api URL and get jsonp too [22:00:42] (PS4) Nuria: [WIP] Add schema for edit fact table [analytics/data-warehouse] - https://gerrit.wikimedia.org/r/167839 (owner: QChris) [22:29:50] (PS1) Milimetric: Remove animation to speed up denser plots [analytics/dashiki] - https://gerrit.wikimedia.org/r/175137 [22:51:57] (CR) Nuria: [C: 2 V: 2] "Way faster. Thank you." [analytics/dashiki] - https://gerrit.wikimedia.org/r/175137 (owner: Milimetric)