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

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: record metrics only for connected PCs 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/peerconnection/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..004045bd2e96434ac00fcfa9b19cb1e73a5f274b 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1641,6 +1641,36 @@ now we are only interested in H264, VP8 and VP9.
</summary>
</rappor-metric>
+<rappor-metric name="RTCPeerConnection.Audio" 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 with at least one audio
+ track.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="RTCPeerConnection.DataChannel" 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 with at least one data
+ channel.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="RTCPeerConnection.Video" 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 with at least one video
+ track.
+ </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/peerconnection/RTCPeerConnection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698