Closed Bug 843046 Opened 11 years ago Closed 11 years ago

New Users Chart

Categories

(Marketplace Graveyard :: Statistics, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
2013-04-18

People

(Reporter: tarek, Assigned: tarek)

References

Details

URL: /statistics/mmo_user_count_new/
SOURCE: TDB
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
This doesn't show any data in staging.

In addition there's lots of duplicate rows for key='new-user' with the same user_hash and value columns. The recorded date column is different, sometimes with just minutes and often with differences of hours or days.

We need to figure out what happens here.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
there's a bigger problem with the zamboni plugin - it's not doing one aggregate per day per dimension - instead it's returning every recorded line. Fixing this
The real solution:

=> change the zamboni API so we publish records aggregated by day (grouped by user hash) with sums.

The thing we're doing for now:

=> changing the monolith plugin so it groups and sums on its side. 

It's more network activity, so we'll need to consider moving that aggregation work on the server side
I have released monolith.aggregator with the current fixes:

1. "--date yesterday" now works as expected
2. the zamboni plugin is now sending back the expected data

we'll update monolith stage, dump the data and see how things look from there
we've also fixed a typo in the field name  -  https://github.com/mozilla/zamboni/commit/10178737eef0dd78b3f58a20ca8bca94d0ea342e


data is showing now
Status: REOPENED → RESOLVED
Closed: 11 years ago11 years ago
Resolution: --- → FIXED
Assignee: nobody → tarek
Target Milestone: --- → 2013-04-18
You need to log in before you can comment on or make changes to this bug.