Evan
Evan
配置格式 ``` type GrokConfig struct { Target string `yaml:"target,omitempty" default:"body"` Dst string `yaml:"dst,omitempty"` Match []string `yaml:"match,omitempty" validate:"required"` IgnoreBlank bool `yaml:"ignore_blank,omitempty" default:"true"` PatternPaths []string `yaml:"pattern_paths,omitempty"` Overwrite bool `yaml:"overwrite,omitempty" default:"true"` Pattern map[string]string...
It doesn't works. 😩 ``` env | grep LD_LIBRARY_PATH LD_LIBRARY_PATH=/usr/lib64 rpm -i opentelemetry-ebpf-kernel-collector-0.10.2-1.x86_64.rpm error: Failed dependencies: libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit) is needed by opentelemetry-ebpf-kernel-collector-0.10.2-1.x86_64 ``` ``` ldd -v /usr/lib64/libtinfo.so.6 linux-vdso.so.1 (0x00007ffc655f1000) libc.so.6 =>...
I try to run with docker, it reports a new error. ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 98d2632cbe34 docker.io/otel/opentelemetry-ebpf-reducer:v0.10.2 --port 8000 --pro... 6 seconds ago Exited (139)...
> 另外请注意,似乎从容器成功运行加载的 libtinfo —— 如果 libtinfo 出现问题,它会更早失败。 > > 还有另一个问题——好像你运行的是reducer的docker镜像,而不是内核收集器?询问是因为最初的问题与内核收集器有关...... Kernel-collector works well with docker, and this is my memory usage. ``` [root@iZuf68ovynt5bsqnddfe9wZ ~]# docker ps -a Emulate Docker CLI...
I have the same question