Bug 1438896 : test patch v2 , r?chutten draft
authorakriti <akriti.v10@gmail.com>
Wed, 11 Apr 2018 21:08:47 +0530
changeset 780597 41c69884175613e32640a39f7b6a945c577180f0
parent 779723 a8061a09cd7064a8783ca9e67979d77fb52e001e
push id106034
push userbmo:akriti.v10@gmail.com
push dateWed, 11 Apr 2018 15:41:03 +0000
reviewerschutten
bugs1438896
milestone61.0a1
Bug 1438896 : test patch v2 , r?chutten MozReview-Commit-ID: BMSM9NX8prd
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -7108,16 +7108,36 @@
       "eRedirect",
       "abort",
       "timeout",
       "eTooLate",
       "eTerminated"
     ],
     "description": "Counts of the different ways sending a Telemetry ping can fail."
   },
+  "TELEMETRY_COUNT_FAILURE_TYPE" : {
+    "record_in_processes": ["main"],
+    "alert_emails": ["telemetry-client-dev@mozilla.com", "chutten@mozilla.com"],
+    "bug_numbers": [1438896],
+    "expires_in_version": "66",
+    "kind": "categorical",
+    "keyed": true,
+    "labels": [
+      "eOK",
+      "eRequest",
+      "eUnreachable",
+      "eChannelOpen",
+      "eRedirect",
+      "abort",
+      "timeout",
+      "eTooLate",
+      "eTerminated"
+    ],
+    "description": "Counts the number of occurrences of a particular failure type."
+  },
   "TELEMETRY_STRINGIFY" : {
     "record_in_processes": ["main"],
     "alert_emails": ["telemetry-client-dev@mozilla.com"],
     "expires_in_version": "never",
     "kind": "exponential",
     "high": 3000,
     "n_buckets": 10,
     "description": "Time to stringify telemetry object (ms)"