Browse Source

add Prometheus exporter

ehlxr 2 năm trước cách đây
mục cha
commit
b7821ae649
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
 	}
 }