Bug 1361855 - Added TAB_COUNT to Histograms.json; r?Gijs draft
authorLie Ryan <lie.1296@gmail.com>
Fri, 09 Jun 2017 18:42:49 +0000
changeset 647631 9f39de2c06ef1ed0efd11f0f974f9cd1fa63098d
parent 647630 4954f79b2519c4371ada4ebd45fa485824bc7a99
child 647632 a0be7ab05a55945bf8dd073a87e603f9d0327610
push id74488
push userbmo:lie.1296@gmail.com
push dateWed, 16 Aug 2017 17:50:44 +0000
reviewersGijs
bugs1361855
milestone57.0a1
Bug 1361855 - Added TAB_COUNT to Histograms.json; r?Gijs MozReview-Commit-ID: 2aLMUAk4G4c
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -4018,16 +4018,27 @@
   "HTTPCONNMGR_UNUSED_SPECULATIVE_CONN": {
     "record_in_processes": ["main", "content"],
     "expires_in_version": "never",
     "kind": "exponential",
     "high": 1000000,
     "n_buckets": 50,
     "description": "How many speculative connections are made needlessly"
   },
+  "TAB_COUNT": {
+    "record_in_processes": ["main", "content"],
+    "alert_emails": [],
+    "bug_numbers": [1361855],
+    "expires_in_version": "60",
+    "kind": "exponential",
+    "high": 1000,
+    "n_buckets": 100,
+    "releaseChannelCollection": "opt-out",
+    "description": "Number of tabs opened across all windows, collected at most every 5 minutes whenever the user interacts with the browser in the following ways: open tab/window, page load."
+  },
   "TAP_TO_LOAD_IMAGE_SIZE": {
     "record_in_processes": ["main", "content"],
     "expires_in_version": "50",
     "kind": "exponential",
     "high": 32768,
     "n_buckets": 50,
     "description": "The size of the image being shown, when using tap-to-load images. (kilobytes)",
     "bug_numbers": [1208167]