Bug 1393392 P2 - add Telemetry probe; draft
authorKaku Kuo <kaku@mozilla.com>
Mon, 21 Aug 2017 15:24:16 +0800
changeset 655501 ab823332fec038df496b7dbe1e7ffde9fb89e714
parent 654767 bdb4b6acd29eecb99af544899304cf0aa652f3b4
child 655502 c8979c276fb273fa8c23896ad9cf1947ea578387
push id76889
push userbmo:kaku@mozilla.com
push dateWed, 30 Aug 2017 02:43:58 +0000
bugs1393392
milestone57.0a1
Bug 1393392 P2 - add Telemetry probe; The telemetry data is submitted when we shutdown a remote HW video decoder. No matter it is a normal shutdown or an abnormal one due to GPU process crash. MozReview-Commit-ID: KhSOF7OMoqC
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -13531,10 +13531,21 @@
     "alert_emails": ["seceng-telemetry@mozilla.com", "jjones@mozilla.com"],
     "expires_in_version": "70",
     "releaseChannelCollection": "opt-out",
     "kind": "exponential",
     "high": 120000,
     "n_buckets": 100,
     "bug_numbers": [1265472],
     "description": "Time in milliseconds to complete a WebAuthn get assertion."
+  },
+  "VIDEO_UNBLACKINGLISTING_DXVA_DRIVER_RUNTIME_STATUS": {
+    "record_in_processes": ["content"],
+    "alert_emails": ["ajones@mozilla.com", "bwu@mozilla.com", "tkuo@mozilla.com"],
+    "expires_in_version": "60",
+    "releaseChannelCollection": "opt-out",
+    "keyed": true,
+    "kind": "enumerated",
+    "n_values":  10,
+    "bug_numbers": [1393392],
+    "description": "The runtime status, sent when a remote HW video decoder is shutdown, of previously-blacklisted driver: 0:remote HW-decoding and GPU process didn't crash, 1:remote HW-decoding and GPU process crashed. The histogram is keyed by the blacklisted driver name."
   }
 }