Commit e20086a

Eric Bower  ·  2026-04-19 11:11:48 -0400 EDT
parent 034d3f3
fix(pgs): gauge name si unit
1 files changed,  +1, -1
+1, -1
......@@ -60,7 +60,7 @@ func NewPromCacheMetrics(reg prometheus.Registerer) *PromCacheMetrics {
6060 CacheSizeBytes: auto.NewGauge(prometheus.GaugeOpts{
6161 Namespace: name,
6262 Subsystem: "http_cache",
63- Name: "total_size",
63+ Name: "total_size_bytes",
6464 Help: "The total size of the http cache in bytes",
6565 }),
6666 CacheHit: auto.NewCounter(prometheus.CounterOpts{