Skip to content

metrics

Structs


firma_sidecar::enforcement::revocation::metrics::RevocationMetricsSnapshot

Section titled “firma_sidecar::enforcement::revocation::metrics::RevocationMetricsSnapshot”

Struct

Snapshot of revocation cache counters.

Fields:

  • bloom_hits: u64 - Bloom-positive lookups.
  • lru_hits: u64 - Bloom-positive lookups confirmed by the LRU.
  • bloom_positive_lru_miss: u64 - Bloom-positive lookups missing the LRU.
  • revocations_total: u64 - Calls to add_revocation.