Versions in this module Expand all Collapse all v1 v1.4.0 Dec 6, 2024 Changes in this version + type CacheMetricsCollector struct + func NewCacheMetricsCollector(namespace string, f CacheMetricsFunc) *CacheMetricsCollector + func (c *CacheMetricsCollector) Collect(ch chan<- prometheus.Metric) + func (c *CacheMetricsCollector) Describe(ch chan<- *prometheus.Desc) + type CacheMetricsFunc func() mitm.CacheMetrics