|
@@ -126,9 +126,10 @@
|
126
|
126
|
return;
|
127
|
127
|
}
|
128
|
128
|
|
129
|
|
- // The e2e rtt are not useful in GA, and there are too many of them.
|
130
|
|
- // We just filter them out for now.
|
131
|
|
- if (event.action === 'e2e_rtt') {
|
|
129
|
+ // The e2e rtt, rtp stats and rtt by region stats are not useful in GA,
|
|
130
|
+ // and there are too many of them. We just filter them out for now.
|
|
131
|
+ if (event.action === 'e2e_rtt' || event.action === 'rtp.stats'
|
|
132
|
+ || event.action === 'rtt.by.region') {
|
132
|
133
|
return;
|
133
|
134
|
}
|
134
|
135
|
|