summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/agent
AgeCommit message (Collapse)Author
6 daysgo.d docker respect DOCKER_HOST env var (#17979)Ilya Mashchenko
6 daysgo.d dyncfg add job name validation (#17971)Ilya Mashchenko
6 daysgo.d replace colon in job name (#17967)Ilya Mashchenko
9 daysgo.d bump github.com/docker/docker v27.0.0+incompatible (#17921)Ilya Mashchenko
12 daysgo.d ll netlisteners add support for wildcard address (#17896)Ilya Mashchenko
2024-05-28go.d sd local-listeners fix extractComm (#17763)Ilya Mashchenko
2024-05-24add go.d clickhouse (#17743)Ilya Mashchenko
2024-05-19go.d fix some JB code inspection issues (#17702)Ilya Mashchenko
2024-05-17go.d dyncfg rm space yaml contentType (#17698)Ilya Mashchenko
2024-05-17go.d dyncfg add userconfig action (#17684)Ilya Mashchenko
2024-05-16add go.d/rspamd (#17679)Ilya Mashchenko
2024-05-07go.d dyncfg return 200 on Enable for running jobs (#17611)Ilya Mashchenko
2024-04-22go.d windows add "vnode" to config schema (#17478)Ilya Mashchenko
2024-03-29go.d: don't create jobs with unknown module (#17289)Ilya Mashchenko
2024-03-26go.d: job manager: set config defaults (#17255)Ilya Mashchenko
2024-03-26go.d: sd local-listeners: drop docker-proxy targets (#17254)Ilya Mashchenko
2024-03-25go.d: sd local-listeners: discover /proc/net/tcp6 only apps (#17252)Ilya Mashchenko
2024-03-20go.d: adjust dyncfg return codes (#17206)Ilya Mashchenko
2024-03-20go.d: local-listeners sd: use "ip:port" as address instead of "localhost" ↵Ilya Mashchenko
(#17203)
2024-03-15go.d sd config add "disabled" (#17171)Ilya Mashchenko
2024-03-15go.d sd docker use well-known port for app identification too (#17174)Ilya Mashchenko
2024-03-14go.d.plugin: execute local-listeners periodically (#17160)Ilya Mashchenko
2024-03-14go.d.plugin: sd compose: allow multi config template (#17157)Ilya Mashchenko
2024-03-14go.d.plugin: add docker service discovery (#17152)Ilya Mashchenko
2024-03-07improve go.d.plugin dyncfg config schemas (#17124)Ilya Mashchenko
2024-03-06fix discovered config default values (#17115)Ilya Mashchenko
2024-03-05go.d.plugin dyncfgv2 (#17064)Ilya Mashchenko
2024-02-27go.d.plugin: set max chart id length to 1200 (#17062)Ilya Mashchenko
2024-02-26Fix links pointing to old go.d repo and update the integrations (#17040)Fotis Voutsas
* staging test * replace links and re-run integrations scripts
2024-02-26Integrate Go plugin with build system. (#17005)Austin S. Hemmelgarn
* Integrate Go plugin with build system. * Fix Debian packaging rules. * Add FreeBSD support to Go toolchain handling. * Add Go ldflags handling. * Fix version detection when GCCGO is used. * Fix Go ldflags handling. * Correctly fix Go toolchain version detection. * Properly mark Go as a required dependency in CMake. * Disable VCS stamping as it does not work correctly on some platforms. * Autodetect minimum required Go version from go.mod files. This allows us to avoid needing to update the CMakeLists.txt file when the required version changes in a Go component’s go.mod file. * Prefix GoTools module name with Netdata to ensure we get our local module. * Update integrations code to use new Go plugin location. * Remove old go packaging files. * keep old logic for initial cleanup that is working * Re-sync Go plugin sources. * Fix search order for finding Go toolchain. * update module name * fix /usr/local/go overwrite condition --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-02-13Include Go plugin sources in main repository. (#16997)Austin S. Hemmelgarn
* Include Go plugin sources in main repository. * Fix CI issues. * Rename source tree.