-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Telemetry] Default top sites #8125
Comments
The performance team would like request that the probes for add/remove a top site include an extra key with the number of top sites that users have. |
@ecsmyth I assume you are looking to see if there is correlation between page load speed and total number of top sites? |
And @ecsmyth I'm assuming this is for any top site (not just the defaults) |
I am wondering if we should do a metrics ping instead of adding the extra key to the existing add/remove top sites. Metrics ping would send a ping once a day and can report the number of top sites for an user. |
@gabrielluong, nod. That would make time-series analysis easier. |
@ekager if you have time this week or next, could you wrap this up? This sounds like something that has been on the perf team's radar for a while. |
Yep for the non defaults I can add what @ecsmyth was describing. For the defaults @gabrielluong and I are working on #9286 which will make default telemetry much easier. |
Hi, verified as fixed on the latest Open the top sites✔️ Youtube - Ping a6e51160-7b69-465b-be3c-aa874006b10e "events": [
{
"category": "top_sites",
"name": "open_in_new_tab",
"timestamp": 0
},
{
"category": "top_sites",
"name": "open_default",
"timestamp": 1
}
] ✔️ Wikipedia - Ping 392dc64b-731e-48ae-af70-e02136613b1e "events": [
{
"category": "top_sites",
"name": "open_in_new_tab",
"timestamp": 0
},
{
"category": "top_sites",
"name": "open_default",
"timestamp": 0
}
] ✔️ Pocket - Ping da6c404e-ccae-4888-92eb-9ebe9394d723 "events": [ Remove 2 out of the 3 default top sites✔️Wikipedia & Pocket - Ping ccfc3415-aebe-4739-8b4d-d02415b059b6 "events": [
{
"category": "top_sites",
"name": "remove",
"timestamp": 0
},
{
"category": "pocket",
"name": "pocket_top_site_removed",
"timestamp": 2
},
{
"category": "top_sites",
"name": "remove",
"timestamp": 5103
} Metrics ping✔️ Number of top sites that users have. - Ping f5ee135b-7792-4426-8033-25b5aea9a4a1 "metrics.top_sites_count": 1 |
Description & Product Manager / Data Scientist User Story
What questions will you answer with this data?
What probes (suggested, if applicable)
Acceptance Criteria (Added by PM)
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: