-
Notifications
You must be signed in to change notification settings - Fork 1.3k
total_uri_count should be added to the metrics ping #4456
Comments
Hi, I've just checked on the latest Nightly Build #13040608 from 31/10 using a Google Pixel 3a XL (Android 9) and noticed the following: • Performed 3 searches • Performed 6 searches @sblatz please help me out with the following: To generate the metrics ping I've force stopped Fenix, set the date to T+1 (01/11) and set the time to 03:59AM. At around 4AM the metrics ping is generated and sent. Please review the above. 😊 |
I think @baron-severin may be able to answer this better?
Investigating this one. |
I don't actually have any context on this one. I noticed a related bug, but don't know anything else about this ping. |
@boek maybe? I think he was the one who added this :) |
I have addressed "metrics.total_uri_count": being 0 and marking this ready for qa needed again. I'm not sure why the total_uri_count is one plus the search number, though. We can address that in another ticket? |
Hi, I've just re-tested on Nightly Build #13160607 from 12/11 using a Google Pixel 3a XL (Android 9) phone and learned the following: Performed 3 searches and generated the metrics ping: Performed 6 searches and generated the metrics ping: @sblatz I think we should first try to solve the mystery behind #6499 from the baseline pings and afterwards re-test this matter. @Dexterp37 - While testing this matter I've noticed that I'll remove the QA needed label until further clarifications. |
@AndiAJ what is the id of the specific ping that shows up on the dashboard but not in the logs? I randomly picked Update After talking to @AndiAJ , we found that Android logcat is limiting the length of log messages and thus cropping local ping contents in the logs. I filed this bug. QA can still be performed using the glean ping view. |
@AndiAJ can you tell me what steps you're performing to do these searches? I've tested locally and I seem to be getting the right number of total_uri_count (3 searches = 3 for total_uri_count). |
Just a bump here @AndiAJ ^ |
Going to track in #6577 |
This was added as a duplicate to an already existing `total_uri_count` CounterMetricType in #4456.
Re-apply the change for #4456. Keep `total_uri_count` as a CounterMetricType and let Glean manage it's persistence and reset time (resets with each metrics ping sent).
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: