**Is your feature request related to a problem? Please describe.** 实现运行时 probe 的启停。 **Describe the solution you'd like** probe 开关目前只能在kindling启动时初始化。能否实现接口能让用户在运行时开启或者关闭一些 probe. **Describe alternatives you've considered** kernel modules 和 bpf probe 可能都需要考虑。
Is your feature request related to a problem? Please describe.
实现运行时 probe 的启停。
Describe the solution you'd like
probe 开关目前只能在kindling启动时初始化。能否实现接口能让用户在运行时开启或者关闭一些 probe.
Describe alternatives you've considered
kernel modules 和 bpf probe 可能都需要考虑。