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
| Attribute | Type | Description |
|---|---|---|
| Hit | prometheus.Counter | Indicates if the item was found in the cache. |
| Miss | prometheus.Counter | Indicates if the item was not found in the cache. |