From 1c94c75132acc140b6642e4569b0bacfcaf09851 Mon Sep 17 00:00:00 2001 From: Russ Nicoletti Date: Mon, 2 Nov 2015 09:51:03 -0800 Subject: [PATCH] Bug 1219878 - [Metrics] There is no histogram definition for uss memory ('enhanced' metrics). r=vladan --- toolkit/components/telemetry/Histograms.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/toolkit/components/telemetry/Histograms.json b/toolkit/components/telemetry/Histograms.json index 79a7b421b260..fb310821052f 100644 --- a/toolkit/components/telemetry/Histograms.json +++ b/toolkit/components/telemetry/Histograms.json @@ -9219,6 +9219,16 @@ "keyed": "true", "description": "Number of warnings, keyed by appName." }, + "DEVTOOLS_HUD_USS": { + "alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"], + "expires_in_version": "52", + "kind": "linear", + "keyed": "true", + "low": "20000000", + "high": "100000000", + "n_buckets": 52, + "description": "The USS memory consumed by an application, keyed by appName." + }, "DEVTOOLS_HUD_APP_STARTUP_TIME_CONTENTINTERACTIVE": { "alert_emails": ["rnicoletti@mozilla.com","thills@mozilla.com"], "expires_in_version": "52",