Skip to main content

Metrics

This class represents the metrics associated with a filter interface. It tracks whether an item was found in the cache (Hit) or not found (Miss) using Prometheus counters.

Attributes

AttributeTypeDescription
Hitprometheus.CounterIndicates if the item was found in the cache.
Missprometheus.CounterIndicates if the item was not found in the cache.