diff --git a/pc/peer_connection.cc b/pc/peer_connection.cc index e05a2b730e..02cafc542d 100644 --- a/pc/peer_connection.cc +++ b/pc/peer_connection.cc @@ -668,10 +668,6 @@ RTCError PeerConnection::Initialize( }, delay_ms); - // Record the number of configured ICE servers for all connections. - RTC_HISTOGRAM_COUNTS_LINEAR("WebRTC.PeerConnection.IceServers.Configured", - configuration_.servers.size(), 0, 31, 32); - return RTCError::OK(); } @@ -1985,10 +1981,6 @@ void PeerConnection::ReportFirstConnectUsageMetrics() { RTC_HISTOGRAM_ENUMERATION("WebRTC.PeerConnection.ProvisionalAnswer", pranswer, kProvisionalAnswerMax); - // Record the number of configured ICE servers for connected connections. - RTC_HISTOGRAM_COUNTS_LINEAR("WebRTC.PeerConnection.IceServers.Connected", - configuration_.servers.size(), 0, 31, 32); - // Record the number of valid / invalid ice-ufrag. We do allow certain // non-spec ice-char for backward-compat reasons. At this point we know // that the ufrag/pwd consists of a valid ice-char or one of the four