Firefox Backup Metrics
Metrics for Firefox Backup
Metrics
restore_complete_v1
Analysis Period: weekly, overall
Data Source: profile_restore_events_v1
Statistics: binomial
Definition:
CAST(COALESCE(COUNTIF(event_name = 'restore_complete') > 0, FALSE) AS INT)
restore_started_v1
Analysis Period: weekly, overall
Data Source: profile_restore_events_v1
Statistics: binomial
Definition:
CAST(COALESCE(COUNTIF(event_name = 'restore_started') > 0, FALSE) AS INT)
backup_started_v1
Analysis Period: weekly, overall
Data Source: backup_events_v1
Statistics: binomial
Definition:
CAST(COALESCE(COUNTIF(event_name = 'backup_start') > 0, FALSE) AS INT)
backup_scheduler_enabled_glean_v1
Analysis Period: weekly, overall
Data Source: metrics
Statistics: binomial
Definition:
CAST(COALESCE(LOGICAL_OR(metrics.boolean.browser_backup_scheduler_enabled), FALSE) AS INT)
backup_scheduler_enabled
Analysis Period: weekly, overall
Data Source: clients_daily
Statistics: binomial
Definition:
CAST(COALESCE(LOGICAL_OR(browser_backup_scheduler_enabled), FALSE) AS INT)
Data Sources
profile_restore_events_v1- Profile Restore Events
Glean profile-restore ping filtered to browser.backup.* events. profile-restore only exposes the native Glean client_id for the profile performing the restore (not legacy_telemetry_client_id or profile_group_id), so this resolves both identifiers via a same-profile join against the metrics ping, keyed on the shared Glean client_id.
Definition:
backup_events_v1- Backup Events
Glean events_stream filtered to browser.backup.* events
Definition:
metrics- Glean Metrics
The Glean metrics ping
Definition:
clients_daily- Clients Daily
Clients Daily
Definition: