Page MenuHomePhabricator

attempt to backfill eventlogging data from eventlogging-client-side topic into per schema topics
Closed, ResolvedPublic8 Estimated Story Points

Event Timeline

Ottomata subscribed.

Nuria, you were doing this one, ya?

ahem, yes, at "glacial" speed as you can see

Data is on event database now:

hive (event)> select substr(dt,0,13), count(*) from navigationtiming where year=2019 and month=04 and day=01 and hour in (17,18,19,20,21,22,23) group by substr(dt,0,13);

_c0 _c1
2019-04-01T17 39828
2019-04-01T18 40248
2019-04-01T19 40906
2019-04-01T20 39042
2019-04-01T21 34984
2019-04-01T22 27811
2019-04-01T23 25205

Events_sanitized will be filled by sanitization process running in the next couple days (sanitization is run twice, the second time 45 days after data was ingested)

Nuria set the point value for this task to 5.
Nuria changed the point value for this task from 5 to 8.