Bug 1380766 - Removed mentions of Firefox Hello and loop from webrtc telemetry docs. r=chutten

MozReview-Commit-ID: AHZdFqnBENp

--HG--
extra : rebase_source : 52ea3d0880ea4dded9a5212c1b293587c16b2055
This commit is contained in:
ruby 2017-09-01 07:06:49 +05:30
Родитель 576453ea60
Коммит 3ef8f144d5
1 изменённых файлов: 2 добавлений и 13 удалений

Просмотреть файл

@ -427,11 +427,9 @@ Contains special statistics gathered by WebRTC related components.
So far only a bitmask for the ICE candidate type present in a successful or
failed WebRTC connection is getting reported through C++ code as
IceCandidatesStats, because the required bitmask is too big to be represented
in a regular enum histogram. Further this data differentiates between Loop
(aka Firefox Hello) connections and everything else, which is categorized as
WebRTC.
in a regular enum histogram.
Note: in most cases the webrtc and loop dictionaries inside of
Note: in most cases the webrtc dictionary inside of
IceCandidatesStats will simply be empty as the user has not used any WebRTC
PeerConnection at all during the ping report time.
@ -449,15 +447,6 @@ Structure:
"failureCount": 1
}
},
"loop": {
"2349346359": {
"successCount": 3
},
"73424": {
"successCount": 1,
"failureCount": 5
}
}
}
},