We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b508dd + 8d15ccd commit dbb3840Copy full SHA for dbb3840
pkg/metrics/server.go
@@ -134,7 +134,7 @@ func buildServer(port int, caBundle string) *http.Server {
134
}
135
136
func startServer(srv *http.Server) {
137
- klog.Infof("starting metrics server")
+ klog.Infof("starting metrics server on %s", srv.Addr)
138
if err := srv.ListenAndServeTLS(tlsCert, tlsKey); err != nil && err != http.ErrServerClosed {
139
klog.Errorf("error from metrics server: %v", err)
140
0 commit comments