Closed
Bug 1913794
Opened 1 year ago
Closed 1 year ago
migrate some PSM timing telemetry probes to timing distributions
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
131 Branch
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
Details
Attachments
(1 file)
SSL_SUCCESFUL_CERT_VALIDATION_TIME_MOZILLAPKIX and SSL_INITIAL_FAILED_CERT_VALIDATION_TIME_MOZILLAPKIX don't seem to quite have enough resolution at millisecond precision, so it would be nice to increase that. Also, CERT_VALIDATION_HTTP_REQUEST_{CANCELED,SUCCEEDED,FAILED}_TIME each having 200 buckets is overkill. These would all be better as glean timing distributions instead.
| Assignee | ||
Comment 1•1 year ago
|
||
This migrates SSL_SUCCESFUL_CERT_VALIDATION_TIME_MOZILLAPKIX,
SSL_INITIAL_FAILED_CERT_VALIDATION_TIME_MOZILLAPKIX, and
CERT_VALIDATION_HTTP_REQUEST_{CANCELED,SUCCEEDED,FAILED}_TIME to glean timing
distributions.
The certificate validation time metrics have had their precision increased from
milliseconds to microseconds.
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed20c429230f
migrate some PSM timing telemetry histograms to glean timing distributions r=jschanck
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•