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

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

Issue 2095643002: Add RTCPeerConnection RAPPOR metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 0a7f95a32dc2d7fa6123e5edcdb5fb48e7472a02..d15ac36155bc9d993c9dd1cefc7cbb72e3e34ad8 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1641,6 +1641,38 @@ now we are only interested in H264, VP8 and VP9.
</summary>
</rappor-metric>
+<rappor-metric name="RTCPeerConnection.Connected" type="ETLD_PLUS_ONE">
+ <owner>guidou@chromium.org</owner>
+ <owner>hta@chromium.org</owner>
+ <owner>tommi@chromium.org</owner>
+ <summary>
+ The ETLD+1 of the URL with a WebRTC peer connection that has successfully
+ found a usable connection. Recorded when the ICE connection state of an
+ RTCPeerConnection object changes to connected.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="RTCPeerConnection.Created" type="ETLD_PLUS_ONE">
+ <owner>guidou@chromium.org</owner>
+ <owner>hta@chromium.org</owner>
+ <owner>tommi@chromium.org</owner>
+ <summary>
+ The ETLD+1 of the URL that created a WebRTC peer connection. Recorded when
+ an RTCPeerConnection object is created.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="RTCPeerConnection.Stable" type="ETLD_PLUS_ONE">
Steven Holte 2016/06/23 20:21:06 It looks like these metrics will essentially be re
+ <owner>guidou@chromium.org</owner>
+ <owner>hta@chromium.org</owner>
+ <owner>tommi@chromium.org</owner>
+ <summary>
+ The ETLD+1 of the URL with a WebRTC peer connection that has completed an
+ offer/answer exchange. Recorded when the signaling state of an
+ RTCPeerConnection object changes to stable.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="ResourceReporter.Cpu" type="UMA_RAPPOR_TYPE">
<owner>afakhry@chromium.org</owner>
<summary>
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698