Bug 1442441 - Removed the content notation from the MEMORY_DISTRIBUTION_AMONG_CONTENT prop's record_in_processes field; r?chutten draft
authorJason <joberts.ff@gmail.com>
Mon, 16 Apr 2018 22:12:23 -0400
changeset 783350 a6602948738964cea5d7622f13972a224dbca0d4
parent 782153 37b8862d354e0014a72715462dd2102dd5b599cc
push id106676
push userbmo:joberts.ff@gmail.com
push dateTue, 17 Apr 2018 02:16:24 +0000
reviewerschutten
bugs1442441
milestone61.0a1
Bug 1442441 - Removed the content notation from the MEMORY_DISTRIBUTION_AMONG_CONTENT prop's record_in_processes field; r?chutten MozReview-Commit-ID: 9PWKG7svn72
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -952,17 +952,17 @@
     "expires_in_version": "never",
     "kind": "exponential",
     "low": 32768,
     "high": 16777216,
     "n_buckets": 100,
     "description": "Total Memory Across All Processes (KB)"
   },
   "MEMORY_DISTRIBUTION_AMONG_CONTENT": {
-    "record_in_processes": ["main", "content"],
+    "record_in_processes": ["main"],
     "alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
     "bug_numbers": [1344174],
     "expires_in_version": "never",
     "kind": "linear",
     "keyed": true,
     "high": 200,
     "n_buckets": 100,
     "description": "Absolute difference of each content process' USS and the mean of USS's, normalized by the mean, in percentage. It will be recorded with the rest of the memory probes when gatherMemory is called, if at least 2 content processes are alive. Example: in case of 4 content processes with USS's: 1G, 500MB, 1G, 1.5G, the reported numbers will be: 0, 50, 0, 50. Which indicates that 2 processes used 50% more or 50% less memory than the avarage and 2 used exactly as much as the avarage."