diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 01:47:19 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-09 01:47:19 +0000 |
commit | 071e208b82e66e7a6170abbfa7f1df1008e38a3b (patch) | |
tree | cd77071aa8f0388a5fa2a75bc2a09157849a657d /tools | |
parent | 46dced7a04560fd568c63cef347486861d72922a (diff) | |
download | chromium_src-071e208b82e66e7a6170abbfa7f1df1008e38a3b.zip chromium_src-071e208b82e66e7a6170abbfa7f1df1008e38a3b.tar.gz chromium_src-071e208b82e66e7a6170abbfa7f1df1008e38a3b.tar.bz2 |
Metrics: Claim ownership of the Linux.GlibcVersion histogram.
Review URL: https://codereview.chromium.org/456923002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index c905e2d..8b29d4c 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -10294,13 +10294,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. </histogram> <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> - <summary>The version of glibc used. (Linux only)</summary> + <owner>thestig@chromium.org</owner> + <summary> + The version of glibc used. (Linux only) Logged on each start up. + </summary> </histogram> <histogram name="Linux.WindowManager" enum="LinuxWindowManagerName"> <owner>pkotwicz@chromium.org</owner> - <summary>The window manager used. (Linux only) Logged at startup.</summary> + <summary> + The window manager used. (Linux only) Logged on each start up. + </summary> </histogram> <histogram name="LocalDiscovery.ClientRestartAttempts"> |