This commit is contained in:
Claudiu Dragalina-Paraipan 2024-10-15 11:01:54 +03:00
parent 4fe2c03457
commit 64a5e55d61

View File

@ -114,7 +114,6 @@ const (
type metrics struct {
fallbackCounter *prometheus.CounterVec
sync sync.Once
}
func newMetrics(reg prometheus.Registerer) *metrics {