Commit f6ef30b5 authored by Marco Bonardo's avatar Marco Bonardo
Browse files

Bug 18228481 - Change some Places telemetry to opt-out. r=Standard8

parent 22f22e50
Loading
Loading
Loading
Loading
+16 −9
Original line number Diff line number Diff line
@@ -6922,7 +6922,7 @@
  "PLACES_DATABASE_CORRUPTION_HANDLING_STAGE": {
    "record_in_processes": ["main"],
    "products": ["firefox", "fennec", "thunderbird"],
    "alert_emails": ["mbonardo@mozilla.com", "mbanner@mozilla.com"],
    "alert_emails": ["mbonardo@mozilla.com", "fx-search-telemetry@mozilla.com"],
    "expires_in_version": "never",
    "kind": "enumerated",
    "n_values": 6,
@@ -6943,13 +6943,15 @@
  },
  "PLACES_MOST_RECENT_EXPIRED_VISIT_DAYS": {
    "record_in_processes": ["main", "content"],
    "products": ["firefox", "fennec"],
    "alert_emails": ["mbonardo@mozilla.com", "mbanner@mozilla.com"],
    "products": ["firefox"],
    "alert_emails": ["mbonardo@mozilla.com", "fx-search-telemetry@mozilla.com"],
    "expires_in_version": "never",
    "kind": "linear",
    "low": 30,
    "high": 730,
    "n_buckets": 12,
    "bug_numbers": [1822848],
    "releaseChannelCollection": "opt-out",
    "description": "PLACES: the most recent expired visit in days"
  },
  "PLACES_BOOKMARKS_COUNT": {
@@ -7160,25 +7162,29 @@
  },
  "PLACES_DATABASE_FILESIZE_MB": {
    "record_in_processes": ["main", "content"],
    "products": ["firefox", "fennec", "thunderbird"],
    "alert_emails": ["mbonardo@mozilla.com", "fx-search-telemetry@mozilla.com"],
    "products": ["firefox"],
    "expires_in_version": "never",
    "kind": "exponential",
    "low": 5,
    "high": 200,
    "n_buckets": 10,
    "bug_numbers": [1822848],
    "releaseChannelCollection": "opt-out",
    "description": "PLACES: Database filesize (MB)"
  },
  "PLACES_DATABASE_FAVICONS_FILESIZE_MB": {
    "record_in_processes": ["main"],
    "products": ["firefox", "fennec", "thunderbird"],
    "alert_emails": ["mak@mozilla.com", "fx-search-telemetry@mozilla.com"],
    "bug_numbers": [1346554],
    "products": ["firefox"],
    "alert_emails": ["mbonardo@mozilla.com", "fx-search-telemetry@mozilla.com"],
    "bug_numbers": [1346554, 1822848],
    "expires_in_version": "never",
    "kind": "exponential",
    "low": 5,
    "high": 100,
    "n_buckets": 10,
    "releaseChannelCollection": "opt-out",
    "description": "PLACES: Favicons database filesize (MB)"
  },
  "PLACES_EXPIRATION_STEPS_TO_CLEAN2": {
@@ -7267,13 +7273,14 @@
  "PLACES_FRECENCY_RECALC_CHUNK_TIME_MS": {
    "record_in_processes": ["main"],
    "products": ["firefox"],
    "alert_emails": ["fx-search-telemetry@mozilla.com"],
    "alert_emails": ["mbonardo@mozilla.com", "fx-search-telemetry@mozilla.com"],
    "expires_in_version": "never",
    "kind": "exponential",
    "low": 50,
    "high": 10000,
    "n_buckets": 10,
    "bug_numbers": [1811209],
    "bug_numbers": [1811209, 1822848],
    "releaseChannelCollection": "opt-out",
    "description": "PLACES: Time to recalculate frecency for a chunk of pages (ms)"
  },
  "PLACES_ANNOS_PAGES_COUNT": {
+1 −4
Original line number Diff line number Diff line
@@ -243,7 +243,6 @@
    "PLACES_BACKUPS_DAYSFROMLAST",
    "PLACES_BACKUPS_TOJSON_MS",
    "PLACES_BOOKMARKS_COUNT",
    "PLACES_DATABASE_FILESIZE_MB",
    "PLACES_EXPIRATION_STEPS_TO_CLEAN2",
    "PLACES_EXPORT_TOHTML_MS",
    "PLACES_FAVICON_BMP_SIZES",
@@ -667,7 +666,6 @@
    "PLACES_BACKUPS_DAYSFROMLAST",
    "PLACES_BACKUPS_TOJSON_MS",
    "PLACES_BOOKMARKS_COUNT",
    "PLACES_DATABASE_FILESIZE_MB",
    "PLACES_EXPIRATION_STEPS_TO_CLEAN2",
    "PLACES_EXPORT_TOHTML_MS",
    "PLACES_FAVICON_BMP_SIZES",
@@ -682,7 +680,6 @@
    "PLACES_IDLE_MAINTENANCE_TIME_MS",
    "PLACES_KEYWORDS_COUNT",
    "PLACES_MAINTENANCE_DAYSFROMLAST",
    "PLACES_MOST_RECENT_EXPIRED_VISIT_DAYS",
    "PLACES_PAGES_COUNT",
    "PLACES_SORTED_BOOKMARKS_PERC",
    "PLACES_TAGGED_BOOKMARKS_PERC",