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

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

Issue 2476323002: RAPPOR metric for usage of RTCPeerConnection without connecting. (Closed)
Patch Set: Updated XML config file Created 3 years, 11 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
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index f29a359979aae15b89adcb50fa657969f7815ee1..4327e4b3deb9c3b7985a926f3396242e20a6e135 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1937,6 +1937,16 @@ now we are only interested in H264, VP8 and VP9.
</summary>
</rappor-metric>
+<rappor-metric name="RTCPeerConnection.Unconnected" 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 was created but
+ never connected.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="RTCPeerConnection.Video" type="ETLD_PLUS_ONE">
<owner>guidou@chromium.org</owner>
<owner>hta@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698