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 { | |
| 60 | 60 | CacheSizeBytes: auto.NewGauge(prometheus.GaugeOpts{ | |
| 61 | 61 | Namespace: name, | |
| 62 | 62 | Subsystem: "http_cache", | |
| 63 | - | Name: "total_size", | |
| 63 | + | Name: "total_size_bytes", | |
| 64 | 64 | Help: "The total size of the http cache in bytes", | |
| 65 | 65 | }), | |
| 66 | 66 | CacheHit: auto.NewCounter(prometheus.CounterOpts{ |