thiagoftsm
thiagoftsm
@ilyam8 I already modified `charts.d` we only need to change `go.d.plugin` now, but the priority is to merge https://github.com/netdata/netdata/pull/15296 before I set this PR as ready for review again.
> @thiagoftsm let's add `NETDATA_LOG_SEVERITY_LEVEL` env var. External plugins will use it for now. The value should be string, not integer, This was also added.
Hello @Ferroin , Please, take a look in Coverity. On FreeBSD I have this: ```sh The following warnings and non-fatal errors were encountered during the installation process: - Go 1.21.0...
I also have this issue on Slackware: ```sh go: downloading github.com/emicklei/go-restful/v3 v3.11.0 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/josharian/intern v1.0.0 go: downloading github.com/go-openapi/jsonpointer v0.19.6 /root/go/pkg/mod/github.com/lmittmann/[email protected]/handler.go:60:2: package log/slog is not in...
> We currently don’t support GCCGO, only the upstream toolchain. You should actually be getting an error trying to build in this case because we require Go 1.21 or newer,...
Hello @Ferroin , After last commits, the compilation on FreeBSD is failing with: ```sh --- Compile netdata --- [/home/thiago/Netdata/netdata]# /usr/local/bin/cmake --build ./build/ --parallel 2 -- VERBOSE=1 invalid value "'-w -s...
Hello @Ferroin , After last commits, when I try to compile with `gcc go` I have: ```sh [497/501] cd /home/thiago/Netdata/tests_netdata/src/go/collectors/go.d.plugin && /usr/bin/cmake -E env CGO_ENABLED=0 /usr/bin/go build -ldflags "-w -s...
The FreeBSD error is different now: ```sh error obtaining VCS status: exit status 128 Use -buildvcs=false to disable VCS stamping. gmake[2]: *** [CMakeFiles/go-plugin.dir/build.make:815: go.d.plugin] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:405: CMakeFiles/go-plugin.dir/all]...
We stilll have the same issues with `gcc go`: ```sh FAILED: go.d.plugin /home/thiago/Netdata/tests_netdata/build/go.d.plugin cd /home/thiago/Netdata/tests_netdata/src/go/collectors/go.d.plugin && /usr/bin/cmake -E env CGO_ENABLED=0 /usr/bin/go build -ldflags "-w -s -X main.version=1.44.0.370" -o /home/thiago/Netdata/tests_netdata/build/go.d.plugin ./cmd/godplugin...
> The FreeBSD error is different now: > > ```shell > error obtaining VCS status: exit status 128 > Use -buildvcs=false to disable VCS stamping. > gmake[2]: *** [CMakeFiles/go-plugin.dir/build.make:815: go.d.plugin]...