@@ -304,7 +304,7 @@ func main() {
if err != nil {
return
}
-
+ log.Infoln("netdata is:", string(jsonData))
// 创建请求
urlRoute := "/api/v2/ebpf/receive"
// req, err := http.NewRequest("POST", "http://10.0.7.115:18080/api/v2/ebpf/receive", bytes.NewBuffer(jsonData))