mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1319268: extend WebRTC ICE Telemetry probes from 53 to 58. r=chutten
MozReview-Commit-ID: 8ytDDOhHuj9 --HG-- extra : rebase_source : 320af5edd2bd18e0e8416009308380c183b7d7d3
This commit is contained in:
parent
2190c816cb
commit
2162854031
@ -6973,14 +6973,16 @@
|
||||
},
|
||||
"WEBRTC_ICE_FINAL_CONNECTION_STATE": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "enumerated",
|
||||
"n_values": 7,
|
||||
"description": "The ICE connection state when the PC was closed"
|
||||
},
|
||||
"WEBRTC_ICE_ON_TIME_TRICKLE_ARRIVAL_TIME": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "exponential",
|
||||
"high": 10000,
|
||||
"n_buckets": 20,
|
||||
@ -6988,7 +6990,8 @@
|
||||
},
|
||||
"WEBRTC_ICE_LATE_TRICKLE_ARRIVAL_TIME": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "exponential",
|
||||
"high": 10000,
|
||||
"n_buckets": 20,
|
||||
@ -6996,7 +6999,8 @@
|
||||
},
|
||||
"WEBRTC_ICE_SUCCESS_TIME": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "exponential",
|
||||
"high": 10000,
|
||||
"n_buckets": 20,
|
||||
@ -7004,7 +7008,8 @@
|
||||
},
|
||||
"WEBRTC_ICE_FAILURE_TIME": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "exponential",
|
||||
"high": 10000,
|
||||
"n_buckets": 20,
|
||||
@ -7012,20 +7017,23 @@
|
||||
},
|
||||
"WEBRTC_ICE_SUCCESS_RATE": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "boolean",
|
||||
"description": "The number of failed ICE Connections (0) vs. number of successful ICE connections (1)."
|
||||
},
|
||||
"WEBRTC_STUN_RATE_LIMIT_EXCEEDED_BY_TYPE_GIVEN_SUCCESS": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "enumerated",
|
||||
"n_values": 4,
|
||||
"description": "For each successful PeerConnection, bit 0 indicates the short-duration rate limit was reached, bit 1 indicates the long-duration rate limit was reached"
|
||||
},
|
||||
"WEBRTC_STUN_RATE_LIMIT_EXCEEDED_BY_TYPE_GIVEN_FAILURE": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "enumerated",
|
||||
"n_values": 4,
|
||||
"description": "For each failed PeerConnection, bit 0 indicates the short-duration rate limit was reached, bit 1 indicates the long-duration rate limit was reached"
|
||||
@ -7278,14 +7286,6 @@
|
||||
"n_buckets": 1000,
|
||||
"description": "The length of time (in seconds) that a call lasted."
|
||||
},
|
||||
"WEBRTC_CALL_COUNT": {
|
||||
"alert_emails": ["webrtc-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "48",
|
||||
"kind": "exponential",
|
||||
"high": 500,
|
||||
"n_buckets": 50,
|
||||
"description": "The number of calls made during a session."
|
||||
},
|
||||
"WEBRTC_CALL_COUNT_2": {
|
||||
"alert_emails": ["webrtc-telemetry-alerts@mozilla.com"],
|
||||
"bug_numbers": [1261063],
|
||||
@ -7295,7 +7295,8 @@
|
||||
},
|
||||
"WEBRTC_ICE_ADD_CANDIDATE_ERRORS_GIVEN_SUCCESS": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "linear",
|
||||
"high": 30,
|
||||
"n_buckets": 29,
|
||||
@ -7303,7 +7304,8 @@
|
||||
},
|
||||
"WEBRTC_ICE_ADD_CANDIDATE_ERRORS_GIVEN_FAILURE": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "linear",
|
||||
"high": 30,
|
||||
"n_buckets": 29,
|
||||
@ -10211,7 +10213,8 @@
|
||||
},
|
||||
"WEBRTC_ICE_CHECKING_RATE": {
|
||||
"alert_emails": ["webrtc-ice-telemetry-alerts@mozilla.com"],
|
||||
"expires_in_version": "53",
|
||||
"bug_numbers": [1319268],
|
||||
"expires_in_version": "58",
|
||||
"kind": "boolean",
|
||||
"bug_numbers": [1188391],
|
||||
"description": "The number of ICE connections which immediately failed (0) vs. reached at least checking state (1)."
|
||||
|
@ -1696,20 +1696,11 @@
|
||||
"WEBRTC_AUDIO_QUALITY_OUTBOUND_RTT",
|
||||
"WEBRTC_AVSYNC_WHEN_AUDIO_LAGS_VIDEO_MS",
|
||||
"WEBRTC_AVSYNC_WHEN_VIDEO_LAGS_AUDIO_MS",
|
||||
"WEBRTC_CALL_COUNT",
|
||||
"WEBRTC_CALL_DURATION",
|
||||
"WEBRTC_CALL_TYPE",
|
||||
"WEBRTC_DATACHANNEL_NEGOTIATED",
|
||||
"WEBRTC_GET_USER_MEDIA_SECURE_ORIGIN",
|
||||
"WEBRTC_GET_USER_MEDIA_TYPE",
|
||||
"WEBRTC_ICE_ADD_CANDIDATE_ERRORS_GIVEN_FAILURE",
|
||||
"WEBRTC_ICE_ADD_CANDIDATE_ERRORS_GIVEN_SUCCESS",
|
||||
"WEBRTC_ICE_FAILURE_TIME",
|
||||
"WEBRTC_ICE_FINAL_CONNECTION_STATE",
|
||||
"WEBRTC_ICE_LATE_TRICKLE_ARRIVAL_TIME",
|
||||
"WEBRTC_ICE_ON_TIME_TRICKLE_ARRIVAL_TIME",
|
||||
"WEBRTC_ICE_SUCCESS_RATE",
|
||||
"WEBRTC_ICE_SUCCESS_TIME",
|
||||
"WEBRTC_LOAD_STATE_NORMAL",
|
||||
"WEBRTC_LOAD_STATE_NORMAL_SHORT",
|
||||
"WEBRTC_LOAD_STATE_RELAXED",
|
||||
@ -1721,8 +1712,6 @@
|
||||
"WEBRTC_MAX_VIDEO_RECEIVE_TRACK",
|
||||
"WEBRTC_MAX_VIDEO_SEND_TRACK",
|
||||
"WEBRTC_RENEGOTIATIONS",
|
||||
"WEBRTC_STUN_RATE_LIMIT_EXCEEDED_BY_TYPE_GIVEN_FAILURE",
|
||||
"WEBRTC_STUN_RATE_LIMIT_EXCEEDED_BY_TYPE_GIVEN_SUCCESS",
|
||||
"WEBRTC_VIDEO_DECODER_BITRATE_AVG_PER_CALL_KBPS",
|
||||
"WEBRTC_VIDEO_DECODER_BITRATE_STD_DEV_PER_CALL_KBPS",
|
||||
"WEBRTC_VIDEO_DECODER_DISCARDED_PACKETS_PER_CALL_PPM",
|
||||
|
Loading…
Reference in New Issue
Block a user