Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2902853002: Add UMA metrics for the linux distro. (Closed)
Patch Set: Use base::Version and other small changes. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 52340e7041f33656b5a6e2e6061602cf11a303b9..79dba284c65adffea5ac3827921bf2402960f415 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26016,6 +26016,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Linux.Distro" enum="LinuxDistro">
rkaplow 2017/05/24 17:53:06 what kind of analysis are you planning on doing? I
timbrown 2017/05/24 21:13:25 Thanks for your help in explaining this offline. O
+ <owner>timbrown@chromium.org</owner>
+ <summary>The Linux distro used. Logged on each start up.</summary>
+</histogram>
+
<histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion">
<owner>thestig@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698