Skip to content

Commit

Permalink
Update jetstream/certificate-transparency.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Williams <[email protected]>
  • Loading branch information
betling and mikewilli authored Jan 14, 2025
1 parent 1c86dd6 commit 7a98775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jetstream/certificate-transparency.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ data_source = "events_certerror"

[metrics.tls_timing]
friendly_name = "TLS timing"
description = "Amount of time for TLS handshake in miliseconds"
select_expression = "COALESCE(SUM(CAST(key AS INT64)), 0)"
description = "Amount of time for TLS handshake in seconds"
select_expression = "COALESCE(SUM(CAST(key AS INT64)/1000000), 0)"
data_source = "tls_metrics"

[metrics.tls_timing.statistics.bootstrap_mean]
Expand Down

0 comments on commit 7a98775

Please sign in to comment.