Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Renew telemetry expiring in 107 #26582

Closed
gabrielluong opened this issue Aug 22, 2022 · 1 comment · Fixed by #27068, fork-house/fenix#13 or nathanmkaya/fenix#108
Closed

Renew telemetry expiring in 107 #26582

gabrielluong opened this issue Aug 22, 2022 · 1 comment · Fixed by #27068, fork-house/fenix#13 or nathanmkaya/fenix#108
Assignees
Labels
eng:qa:verified QA Verified
Milestone

Comments

@gabrielluong
Copy link
Member

gabrielluong commented Aug 22, 2022

┆Issue is synchronized with this Jira Task

@gabrielluong gabrielluong self-assigned this Aug 22, 2022
@github-actions github-actions bot added the needs:triage Issue needs triage label Aug 22, 2022
gabrielluong added a commit to gabrielluong/fenix that referenced this issue Aug 22, 2022
@gabrielluong gabrielluong removed the needs:triage Issue needs triage label Aug 22, 2022
MatthewTighe pushed a commit to MatthewTighe/fenix that referenced this issue Sep 19, 2022
@github-actions github-actions bot added the eng:reopen-for-qa Reopens and tags the issue for QA needed when the issue is merged label Sep 19, 2022
MatthewTighe pushed a commit to MatthewTighe/fenix that referenced this issue Sep 19, 2022
MatthewTighe pushed a commit to MatthewTighe/fenix that referenced this issue Sep 19, 2022
MatthewTighe pushed a commit to MatthewTighe/fenix that referenced this issue Sep 19, 2022
@mergify mergify bot closed this as completed in #27068 Sep 19, 2022
mergify bot pushed a commit that referenced this issue Sep 19, 2022
@github-actions github-actions bot added this to the 107 milestone Sep 19, 2022
@github-actions github-actions bot reopened this Sep 19, 2022
@github-actions github-actions bot added eng:qa:needed QA Needed and removed eng:reopen-for-qa Reopens and tags the issue for QA needed when the issue is merged labels Sep 19, 2022
@LaurentiuApahideanSV
Copy link

I tested the issue by checking the metric.yaml file in Android Studio and the probes expiry version has been changed. I also tested
on Fenix Nightly 107.0a1 2022-09-27 the following telemetry probes:
MR2 telemetry: Start on home preferences - #22145

customize_home.opening_screen "homepage" - when opening screen is set to "homepage"
customize_home.opening_screen "last tab" - when opening screen is set to "last tab"
customize_home.opening_screen "homepage after four hours" - when opening screen is set to "homepage after four hours"

Add telemetry for studies - #22192

preferences.studies_enabled true - when studies are enabled
preferences.studies_enabled false - when studies are disabled

MR2 Telemetry: Inactive tabs - #21903
When the inactive tabs tray is displayed
{
"timestamp": 21640,
"category": "tabs_tray",
"name": "has_inactive_tabs",
"extra": {
"inactive_tabs_count": "5"
}
When the inactive tabs tray is expanded
{
"timestamp": 2224,
"category": "tabs_tray",
"name": "inactive_tabs_expanded"
},
When the inactive tabs tray is expanded
{
"timestamp": 3997,
"category": "tabs_tray",
"name": "inactive_tabs_collapsed"
},
When the inactive tabs tray is closed
{
"timestamp": 7006,
"category": "tabs_tray",
"name": "closed_existing_tab",
"extra": {
"source": "Inactive tabs"
}
When all tabs from the inactive tabs tray are closed
{
"timestamp": 2432,
"category": "tabs_tray",
"name": "close_all_inactive_tabs"
}

MR2 telemetry: Recent searches (prev. recently visited) - #22172

{
"timestamp": 28184,
"category": "history",
"name": "recent_searches_tapped",
"extra": {
"page_number": "1"
}

customize_home.recently_visited true
customize_home.recently_visited false

MR2 telemetry: Search term groups in history - #22147
When a search group is tapped
{
"timestamp": 6433,
"category": "history",
"name": "search_term_group_tapped"
}
When a tab from a search group is opened
{
"timestamp": 5916,
"category": "history",
"name": "search_term_group_open_tab"
},
When a tab from a search group is deleted
{
"timestamp": 0,
"category": "history",
"name": "search_term_group_remove_tab"
},

MR2 telemetry: Inactive tabs CFR telemetry - #22298
When the inactive CFR is displayed
{
"timestamp": 21663,
"category": "tabs_tray",
"name": "inactive_tabs_cfr_visible"
},
When the inactive CFR is dismissed
{
"timestamp": 26529,
"category": "tabs_tray",
"name": "inactive_tabs_cfr_dismissed"
}
When the settings option from the inactive CFR is tapped
{
"timestamp": 18674,
"category": "tabs_tray",
"name": "inactive_tabs_cfr_settings"
},
{
"timestamp": 18719,
"category": "tabs",
"name": "setting_opened"
}

[Telemetry] Multi-select on tabs tray - #23399
When the user enters multi select mode
{
"timestamp": 15535,
"category": "tabs_tray",
"name": "enter_multiselect_mode",
"extra": {
"tab_selected": "true"
}
When the user bookmarks sites from the multi select mode
{
"timestamp": 42968,
"category": "tabs_tray",
"name": "bookmark_selected_tabs",
"extra": {
"tab_count": "5"
}
When the user shares sites from the multi select mode
{
"timestamp": 33979,
"category": "tabs_tray",
"name": "share_selected_tabs",
"extra": {
"tab_count": "5"
}
When the user adds to collection sites from the multi select mode
{
"timestamp": 3958,
"category": "tabs_tray",
"name": "selected_tabs_to_collection",
"extra": {
"tab_count": "3"
}
{
"timestamp": 3961,
"category": "tabs_tray",
"name": "save_to_collection"
},
{
"timestamp": 5125,
"category": "collections",
"name": "saved",
"extra": {
"tabs_open": "5",
"tabs_selected": "3"
}
When the user closed sites from the multi select mode
{
"timestamp": 9250,
"category": "tabs_tray",
"name": "close_selected_tabs",
"extra": {
"tab_count": "3"
}

MR2 telemetry: Additional recent bookmarks probes - #22075

recent_bookmarks.recent_bookmarks_count 4

MR2 telemetry: Recent bookmarks - #22103
{
"timestamp": 1651,
"category": "recent_bookmarks",
"name": "shown"
}

customize_home.recently_saved true
customize_home.recently_saved false

MR2 telemetry: Jump back in - #22107

recent_tabs.section_visible false
recent_tabs.section_visible true

Device used:

  • OnePlus 6T (Android 9)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.