yangheng
yangheng
hello dir only contains running wasm: wasi_example_main.wasm (provided by runw project wiki) operate step: 1 ./runw --systemd-cgroup create --bundle=hello --pid-file=pid.txt test first result is running successfully, print necessary messages like...
simple go code: `package main import "fmt" func main() { fmt.Println("Hello, WebAssembly!") }` go build cmd: GOARCH=wasm GOOS=js go build -o test.wasm test.go runw run bundle include test.wasm: find /tmp/runw.log...
### Search before asking - [X] I had searched in the [issues](https://github.com/deepflowio/deepflow/issues?q=is%3Aissue) and found no similar feature requirement. ### DeepFlow Component Agent ### What you expected to happen deepflow-agent版本:v6.5分支分支 https://github.com/deepflowio/deepflow/blob/v6.5/agent/src/flow_generator/protocol_logs/http.rs...
### Search before asking - [X] I had searched in the [issues](https://github.com/deepflowio/deepflow/issues?q=is%3Aissue) and found no similar feature requirement. ### DeepFlow Component Agent ### What you expected to happen 自定义http2头部信息,期望采集到l7_flow_log表对应的attribute_names和attribute_values字段,采集结果出现如下现象: kprobe模式下:...