From a9a9e92420cdb074d3d96d7b3ff9a7a3a86e8621 Mon Sep 17 00:00:00 2001 From: Thomas Nguyen Date: Tue, 4 Jul 2017 09:51:39 +0800 Subject: [PATCH] Bug 1377983 - Remove comparative V2/V4 Application Reputation telemetry probes r=francois MozReview-Commit-ID: 1ckxurWSZhs --HG-- extra : rebase_source : 7f124ef7881f889840d84ed36a50c25af62918ae --- toolkit/components/telemetry/Histograms.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/toolkit/components/telemetry/Histograms.json b/toolkit/components/telemetry/Histograms.json index aef88c7425ef..5574eedaf987 100644 --- a/toolkit/components/telemetry/Histograms.json +++ b/toolkit/components/telemetry/Histograms.json @@ -129,24 +129,6 @@ "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"],