2
0
Эх сурвалжийг харах

log scrape interval being used. redundancy ok, this is just 1 line

Ajay Tripathy 5 жил өмнө
parent
commit
f8aa6c2dd5

+ 1 - 0
pkg/costmodel/router.go

@@ -773,6 +773,7 @@ func Initialize(additionalConfigWatchers ...ConfigWatchers) {
 			}
 		}
 	}
+	klog.Infof("Using scrape interval of %f", scrapeInterval.Seconds())
 
 	m, err := prom.Validate(promCli)
 	if err != nil || m.Running == false {