Bug 1645082 - Extend Delegated Credentials telemetry probe expiration to Fx86. r=keeler

Differential Revision: https://phabricator.services.mozilla.com/D80260
This commit is contained in:
Kevin Jacobs 2020-06-24 21:22:20 +00:00
parent eb0984f55a
commit 3c3f5268d1
2 changed files with 4 additions and 3 deletions

View File

@ -15114,12 +15114,12 @@
"record_in_processes": ["main"],
"products": ["firefox", "fennec"],
"alert_emails": ["seceng-telemetry@mozilla.com", "kjacobs@mozilla.com"],
"expires_in_version": "80",
"expires_in_version": "86",
"releaseChannelCollection": "opt-out",
"kind": "exponential",
"high": 2000,
"n_buckets": 100,
"bug_numbers": [1564179],
"bug_numbers": [1564179, 1645082],
"description": "milliseconds to complete a TLS handshake that used delegated credentials"
},
"PRESSHELL_LAYOUT_TOTAL_MS_PER_TICK": {

View File

@ -1122,9 +1122,10 @@ security:
tls_delegated_credentials_txn:
bug_numbers:
- 1564179
- 1645082
description: >-
Count of how many transactions used delegated credentials (ietf-draft-tls-subcerts)
expires: "80"
expires: "86"
kind: uint
notification_emails:
- seceng-telemetry@mozilla.com