diff --git a/rbd_exporter/main.go b/rbd_exporter/main.go index 511cabe..2cfac1c 100644 --- a/rbd_exporter/main.go +++ b/rbd_exporter/main.go @@ -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())