summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-19Metric release does not need to fetch retention (#17033)Stelios Fragkakis
metric release does not need to fetch retention
2024-02-19Increase RRD_ID_LENGTH_MAX to 1200 (#17028)Stelios Fragkakis
Increase RRD_ID_LENGTH_MAX to 1200 (was 1000)
2024-02-19Bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17030) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19Bump k8s.io/client-go from 0.29.1 to 0.29.2 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17029) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-17[ci skip] Update changelog and version for nightly build: v1.44.0-383-nightly.netdatabot
2024-02-16Protect metric release in dimension delete callback (#17020)Stelios Fragkakis
Protect metric release
2024-02-16Fix determining repo root in Coverity scan script. (#17024)Austin S. Hemmelgarn
2024-02-16DYNCFG support deleting orphan configurations (#17023)Costa Tsaousis
* dyncfg: allow deleting orphan configs * restore applied text * make the dyncfg applied text more descriptive
2024-02-16eBPF - Network Viewer (Move code) (#17018)thiagoftsm
2024-02-16[ci skip] Update changelog and version for nightly build: v1.44.0-378-nightly.netdatabot
2024-02-15dyncfg: allow tree for individual IDs (#17017)Costa Tsaousis
2024-02-15eBPF & NV (update packages) (#17012)thiagoftsm
2024-02-15[ci skip] Update changelog and version for nightly build: v1.44.0-375-nightly.netdatabot
2024-02-14Assorted cleanup of CI/packaging related code. (#16938)Austin S. Hemmelgarn
* Drop unused Dockerfile.test. It’s not been used for years, and it doesn’t even work at this point for it’s intended purpose. * Remove CodeClimate configuration. We’re not using it anymore, so there is no point to keeping the configuration around. * Remove the build_external directory. This isn’t used by any of our code AFAICT, and if it _is_ needed, it should actually be in some sub-directory of `tests` instead of a top-level directory whose name doesn’t even describe what it does. * Remove .gitattributes If there's any objection we can reinstate it. * Move coverity-scan.sh under packaging/utils * Move cmake files under packaging/cmake * Remove devcontainer * Fix up coverity script to run correctly from new location. --------- Co-authored-by: vkalintiris <vasilis@netdata.cloud>
2024-02-14Abort on non-zero rc. (#17008)vkalintiris
2024-02-14dyncfg: fix support for testing new jobs (#17009)Costa Tsaousis
2024-02-14Misc improvements (#17001)Stelios Fragkakis
Use spinlock init for proper initialization so that it will work properly when compiling with NETDATA_INTERNAL_CHECKS Clear errno so that it will not report an error when logging analyze command
2024-02-14[ci skip] Update changelog and version for nightly build: v1.44.0-370-nightly.netdatabot
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.
2024-02-13Adjust storage tiers if we fail to create the requested number of tiers (#16999)Stelios Fragkakis
Do not create a dbengine-tierX directory if the tier cannot be activated Check for datafiles existence during finalize of ctx Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-02-13[ci skip] Update changelog and version for nightly build: v1.44.0-367-nightly.netdatabot
2024-02-12Move diagrams/ under docs/ (#16998)vkalintiris
2024-02-12Add spinlock to protect metric release (#16989)Stelios Fragkakis
* Add spinlock to protect metric release Cleanup service thread * Adjust formatting of the shutdown message During shutdown service thread should exit faster
2024-02-12Small cleanup (#16996)vkalintiris
* Remove unused header * Mark functions as static.
2024-02-12Move CO-RE headers (integration between eBPF and Network Viewer) (#16978)thiagoftsm
2024-02-12Remove historical changelog and cppcheck (#16995)vkalintiris
* Remove historical changelog. * Remove cppcheck.
2024-02-12Move web/ under src/ (#16992)vkalintiris
2024-02-12Remove config macros that are always set. (#16994)vkalintiris
2024-02-12Use changed files in check-files workflow (#16993)Tasos Katsoulas
We hit a limit when too many files were changing. Most commonly the case will be moving too many files that's why we amend this. --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-12[ci skip] Update changelog and version for nightly build: v1.44.0-358-nightly.netdatabot
2024-02-11Detect machine GUID change (#16979)Stelios Fragkakis
Detect machine guid change
2024-02-11[ci skip] Update changelog and version for nightly build: v1.44.0-356-nightly.netdatabot
2024-02-10updated message ids for systemd and dbus (#16987)Costa Tsaousis
2024-02-10Update input skip patterns (#16984)Tasos Katsoulas
* Fix minor typo: - job name will be file-check in any workflow - file-check job has a step which is check-file * Print any modified files * Change glob patterns for all source files (*.c, *.h etc). With the previous approach they only matched the root folder --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-02-10Update synology.md (#16980)pschaer
2024-02-10Update input paths for tj-actions/changed-files (#16982)Tasos Katsoulas
* Dir input pattern dont require globstar Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Make sure that the ignored_files are honored first Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-10[ci skip] Update changelog and version for nightly build: v1.44.0-351-nightly.netdatabot
2024-02-09Use C++14 by default when building on systems that support it. (#16972)Austin S. Hemmelgarn
This is needed to properly support the latest versions of Protobuf.
2024-02-09[ci skip] Update changelog and version for nightly build: v1.44.0-349-nightly.netdatabot
2024-02-08Regenerate integrations.js (#16974)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-02-08change edac ecc errors from incremental to absolute (#16970)Ilya Mashchenko
2024-02-08Regenerate integrations.js (#16955)Netdata bot
Co-authored-by: stelfrag <52996999+stelfrag@users.noreply.github.com>
2024-02-08update go.d.plugin version to v0.58.1 (#16968)Ilya Mashchenko
2024-02-08fix move collectors to src/ leftovers (#16967)Ilya Mashchenko
2024-02-08necessary changes for integrations to work after moving collectors/ i… ↵Fotis Voutsas
(#16966)
2024-02-08Move collectors/ under src/ (#16965)vkalintiris
2024-02-08Improve agent shutdown (#16959)Stelios Fragkakis
* Clear detection thread on stop Handle multi db close * cancel_threads should be called once
2024-02-08[ci skip] Update changelog and version for nightly build: v1.44.0-340-nightly.netdatabot
2024-02-07DYNCFG: support test on new jobs (#16958)Costa Tsaousis
support test on new jobs
2024-02-07network-viewer: aggregated view improvements (#16960)Costa Tsaousis
aggregated view improvements