This commit is contained in:
a.pivkin 2025-12-22 09:17:21 +03:00
parent 2e19663a63
commit e125ead164

View File

@ -59,7 +59,7 @@ func main() {
os.Exit(1)
}
defer cephConn.Conn.Shutdown()
mainlogger.Info("Successfully connected")
mainlogger.Info("Successfully connected to a cluster")
http.Handle("/metrics", promhttp.Handler())