novvoo

Results 37 comments of novvoo

> 实际上这部分数据消耗的存储资源非常少。 > > 我们将会在未来版本中支持此能力,也欢迎贡献 PR。 目前是自己清这些数据,它这个不仅只是占用资源的问题,这个会在界面上展示很多不关心的数据,看了下目前只支持自定义协议。 ``` sql=$(cat

> @novohool > > 1. NATS 和 Redis:我们支持给 Agent 配置应用协议解析的开关,请参考 https://github.com/deepflowio/deepflow/blob/main/server/controller/model/agent_group_config_example.yaml#L1001 > > ```yaml > ## List of Application Protocols > ## Note: Turning off some protocol identification can reduce...

> You can now use the configuration below to discard unwanted request_logs: > > ```yaml > ## l7_flow_log Blacklist > ## Example: > ## l7-log-blacklist: > ## HTTP: > ##...

> Could you go into more detail about what exactly you'd like to the operator to support? Are we talking about a separate CRD for the EBPF collector? The current...

发现www.k2think.ai能很好的接近这类问题,虽然gpt5也能解决,但用的是代码后台执行程序获得的答案,并不是大模型自身解决的。

> Thank you, I was not aware of `--host-resolver-rules` in Chromium. That sounds like it can be similarly useful to curl `--connect-to` and `--resolve`. The resolve of curl will still...

> This parameter exists since long ago, and it's in experimental Cronet library, too. > > DNS and SNI manipulation tool based on this is already there: > > *...