thiagoftsm
thiagoftsm
##### Summary More details when I finish tests. ##### Test Plan ##### Additional Information The code added with this PR was intially tested using [CO-RE](https://github.com/netdata/ebpf-co-re/pull/27) codes and also legacy codes:...
##### Summary Fixes #13637 While we were developing some PRs, we brought some warnings that appear only on specific platforms. This PR is fixing issues that were appearning on `ArmVL7`....
### Bug description After we merge the PR https://github.com/netdata/netdata/pull/13646 I began to have `SIGABRT` on `Raspberry PI` when I stop netdata: ```sh Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Core was generated...
### Bug description When Compiled on Raspbery Pi, `netdata` has around 40 [warnings](https://github.com/netdata/netdata/files/9502193/arm_warning.txt) in different areas of our code and also in protobuf code. Warnings ```c [/tmp/netdata-protobuf-ktjyUq/protobuf-3.19.4]# eval env CFLAGS='-fPIC...
Hello guys, At Netdata I began to write a new collector using your library, but I found an issue when I began to test your library with [this](https://learn.microsoft.com/en-us/samples/azure-samples/iot-edge-opc-plc/azure-iot-sample-opc-ua-server/) Microsoft `PLC`....
This PR implements what was defined for issue https://github.com/netdata/netdata/issues/13700
##### Summary Fixes https://github.com/netdata/netdata/issues/15001 Fixes https://github.com/netdata/netdata/issues/14927 ##### Test Plan 1. Mount `debugfs` if it nos mounted: ```sh # mount -t debugfs nodev /sys/kernel/debug ``` 2. Enable `zswap`: ```sh # echo...
### Problem Right now `netdata` is delivering around 30Mb of data in binary format for `ebpf.plugin`, we need to reduce this. ### Description We selected the option to deliver all...
##### Summary As discussed in our meetings, we are adding another option to eBPF.plugin allowing users to set how hash tables will be created. This PR is also bringing: -...
##### Summary Fixes https://github.com/netdata/netdata/issues/6509 ##### Test Plan 1. Before to compile and test this branch, it is necessary to install `wolfssl` on your system. The default compilation of the library...