Revision control

Copy as Markdown

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
# Metrics specific to the history storage
history:
num_visits:
type: quantity
unit: visit
description: >
The number of visits in a User's history database
bugs:
data_reviews:
notification_emails:
- sync-core@mozilla.com
- teshaq@mozilla.com
expires: never
logins_store_key_regeneration:
# These track when we need to regenerate the encryption key which causes all
# local data to be lost
lost:
type: event
description: >
The encryption key was regenerated because it was lost
bugs:
data_reviews:
data_sensitivity:
- technical
notification_emails:
- synced-client-integrations@mozilla.com
- lougenia@mozilla.com
expires: never
corrupt:
type: event
description: >
The encryption key was regenerated because it didn't match the encrypted
data
bugs:
data_reviews:
data_sensitivity:
- technical
notification_emails:
- synced-client-integrations@mozilla.com
- lougenia@mozilla.com
expires: never
other:
type: event
description: >
The encryption key was regenerated for an unknown reason
bugs:
data_reviews:
data_sensitivity:
- technical
notification_emails:
- synced-client-integrations@mozilla.com
- lougenia@mozilla.com
expires: never
keychain_data_lost:
type: event
description: >
The encryption key was regenerated because it and the canary phrase are missing from the keychain
bugs:
data_reviews:
data_sensitivity:
- technical
notification_emails:
- synced-client-integrations@mozilla.com
- lougenia@mozilla.com
expires: never