Skip to content

Commit

Permalink
fix: crlite outcome population ratio stats config (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewilli authored Oct 7, 2024
1 parent 22e4e5a commit b94ecdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jetstream/outcomes/firefox_desktop/crlite.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ type = "scalar"
[metrics.crlite_use_counter.statistics.sum]

[metrics.crlite_use_counter.statistics.population_ratio]
numerator = "crlite_use_counter.sum"
denominator = "revocation_check_counter.sum"
numerator = "crlite_use_counter"
denominator = "revocation_check_counter"


[metrics.ocsp_use_counter]
Expand All @@ -53,8 +53,8 @@ type = "scalar"
[metrics.ocsp_use_counter.statistics.sum]

[metrics.ocsp_use_counter.statistics.population_ratio]
numerator = "ocsp_use_counter.sum"
denominator = "revocation_check_counter.sum"
numerator = "ocsp_use_counter"
denominator = "revocation_check_counter"


[metrics.crlite_revoked_in_filter]
Expand Down

0 comments on commit b94ecdc

Please sign in to comment.