Florian Lehner
Florian Lehner
Maybe not directly related to xdp-roject/xdp-tuorial, but I'm facing the very same error `BTF debug data section '.BTF' rejected: Invalid argument (22)!`, when following the instructions on [1]. Some words...
thanks a lot for the hint @SPYFF with the flag, everything is just fine!
Thanks for reporting the issue @sanfern As filters of type U32 are different from filters of type BPF, I would appreceate to handle this in a dedicated issue. But thanks...
Thanks for reporting. I will try to reproduce it and investigate.
Filter argument checking was simplified in https://github.com/florianl/go-tc/pull/120. If you run in further issues, pelase open a new issue.
Hi @Lincyaw :wave: As you have mentioned, https://github.com/open-telemetry/opentelemetry-proto/pull/534 is not merged yet and to my knowledge, there are no OTel collectors implementing this protocol yet. At the moment, I can...
Friendly ping for feedback to @abhinav or @JacobOaks . Thanks in advance :pray:
Hey @r-hang thanks for the feedback! I agree with you, that current level [MarshalText](https://github.com/uber-go/zap/blob/v1.27.0/zapcore/level.go#L160) logic is simplified and should stay that way. There are cases where this packages is expected...
@r-hang what do you think about having a dedicated test for unmarshaling `warning` rather mixing it with the existing `TestLevelText`? This should decrease the maintenance level in the test you...
It is hard to compare the standalone `agentbeat` with a collection of multiple beats. Before the change to `agentbeat` each beat was more independent and could use its available resources....