Bug 1377983 - Remove comparative V2/V4 Application Reputation telemetry probes draft
authorThomas Nguyen <tnguyen@mozilla.com>
Tue, 04 Jul 2017 09:51:39 +0800
changeset 603395 3f3d115d55906c8bdd12b7161e23f549ab3eef27
parent 603394 e6a7a778ba132b87f346a5458b0879c45a3061b7
child 635932 f82e3a685599147dc54ca90fe6003afabb0d8fba
push id66790
push userbmo:tnguyen@mozilla.com
push dateTue, 04 Jul 2017 01:52:41 +0000
bugs1377983
milestone56.0a1
Bug 1377983 - Remove comparative V2/V4 Application Reputation telemetry probes MozReview-Commit-ID: 1ckxurWSZhs
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -124,34 +124,16 @@
   "APPLICATION_REPUTATION_REMOTE_LOOKUP_TIMEOUT": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["safebrowsing-telemetry@mozilla.org"],
     "expires_in_version": "56",
     "kind": "boolean",
     "bug_numbers": [1172689],
     "description": "Recorded when application reputation remote lookup is performed, `true` is recorded if the lookup times out."
   },
-  "APPLICATION_REPUTATION_BLOCKLIST_MATCH": {
-    "record_in_processes": ["main", "content"],
-    "alert_emails": ["safebrowsing-telemetry@mozilla.org"],
-    "expires_in_version": "60",
-    "kind": "enumerated",
-    "n_values": 4,
-    "bug_numbers": [1331139],
-    "description": "For each Application Reputation lookup against both the V2 and V4 Google lists, note which version of block list returned a match (0 = no match, 1 = match only V2, 2 = match only V4, 3 = match both V2 and V4)"
-  },
-  "APPLICATION_REPUTATION_ALLOWLIST_MATCH": {
-    "record_in_processes": ["main", "content"],
-    "alert_emails": ["safebrowsing-telemetry@mozilla.org"],
-    "expires_in_version": "60",
-    "kind": "enumerated",
-    "n_values": 4,
-    "bug_numbers": [1331139],
-    "description": "For each Application Reputation lookup against both the V2 and V4 Google lists, note which version of the allow list returned a match (0 = no match, 1 = match only V2, 2 = match only V4, 3 = match both V2 and V4)"
-  },
   "ASYNC_ANIMATION_CONTENT_TOO_LARGE_FRAME_SIZE": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["bbirtles@mozilla.com"],
     "expires_in_version": "59",
     "kind": "exponential",
     "high": 80000000,
     "n_buckets": 100,
     "bug_numbers": [1100357, 1349808],