Explorar o código

add Prometheus exporter

ehlxr %!s(int64=2) %!d(string=hai) anos
pai
achega
b7821ae649
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      all/prometheus/main.go

+ 1 - 1
all/prometheus/main.go

@@ -398,7 +398,7 @@ func main() {
 	})
 	fmt.Println("Start server at :10000")
 	if err := http.ListenAndServe(":10000", nil); err != nil {
-		fmt.Printf("Error occur when start server %v", err)
+		fmt.Printf("Error occur when start exporter server %v", err)
 		os.Exit(1)
 	}
 }