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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2367373002: Track the ratio of received GCM messages for registered applications (Closed)
Patch Set: Track the ratio of received GCM messages for registered applications Created 4 years, 2 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
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 474b198bbf9794f3521998612dba9beda0baa975..661025811c7fb676c0aebb6c8bba60d8e7535236 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17684,6 +17684,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GCM.DataMessageReceivedHasRegisteredApp"
+ enum="BooleanRegistered">
+ <owner>peter@chromium.org</owner>
+ <summary>
+ Records whether a corresponding registration was found for each received
+ DATA_MESSAGE or DELETED_MESSAGES message from Google Cloud Messaging.
+ Recorded while processing the received message.
+ </summary>
+</histogram>
+
<histogram name="GCM.FirstReceivedDataMessageLatencyAfterConnection" units="ms">
<owner>juyik@chromium.org</owner>
<summary>
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698