summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-27Trigger subsequent workflows for Helmchart and MSI (#17224)Tasos Katsoulas
--------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-03-27Regenerate integrations.js (#17273)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-03-27go.d: dyncfg: allow "name" additional property (#17272)Ilya Mashchenko
2024-03-27add additional fields to webhook reachability notifications (#17271)Juan Cañete
2024-03-27go.d: config schemas update: prohibit additional properties (#17269)Ilya Mashchenko
2024-03-27Regenerate integrations.js (#17268)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-03-27fix duplicate chart context (#17267)Ilya Mashchenko
2024-03-27Reset database connection handle on close (#17266)Stelios Fragkakis
* Set database to NULL on close * Serialize sqlite_library_shutdown
2024-03-27[ci skip] Update changelog and version for nightly build: v1.45.0-52-nightly.netdatabot
2024-03-26Regenerate integrations.js (#17261)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-03-26docs: update pagerduty meta (#17264)Ilya Mashchenko
2024-03-26update whats new (#17251)Hugo Valente
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26include reachability alert fields (#17258)Juan Cañete
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Update README.mdCosta Tsaousis
2024-03-26Assorted macOS build fixes. (#17216)Austin S. Hemmelgarn
* Use zlib provided by the system itself on macOS. Searching for it with find_package() should always work on macOS since it will find the system copy, which is always going to be there. * Use native libuuid on macOS. Much like zlib, macOS provides a libuuid implementation that (should) work for us, so just use that instead of fighting with brew to find one. * Don’t prepend system include paths. * Skip Linux-specific checks on macOS. This isn’t technically broken, but not making these checks makes debugging of the build system easier. * Minor CMake restructure.
2024-03-26Try finding OpenSSL using pkg-config first on macOS. (#17250)Austin S. Hemmelgarn
This is required to work correctly in Homebrew, as building within Homebrew does not allow using Homebrew commands, but does generally provide a properly working pkg-config setup.
2024-03-26Add dbengine compression info in -W buildinfo (#17257)Stelios Fragkakis
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-26remove USR1 "Save internal DB to disk" (#17249)Ilya Mashchenko
2024-03-26[ci skip] Update changelog and version for nightly build: v1.45.0-30-nightly.netdatabot
2024-03-25go.d: sd local-listeners: discover /proc/net/tcp6 only apps (#17252)Ilya Mashchenko
2024-03-25Bump github.com/prometheus/common from 0.50.0 to 0.51.1 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17247) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25Bump actions/add-to-project from 0.6.0 to 0.6.1 (#17245)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25Bump github.com/docker/docker from 25.0.5+incompatible to ↵dependabot[bot]
26.0.0+incompatible in /src/go/collectors/go.d.plugin (#17248) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25DBENGINE: support ZSTD compression (#17244)Costa Tsaousis
* extract dbengine compression to separate files * added ZSTD support in dbengine * automatically select best compression * handle decompression errors * eliminate fatals from compression algorithms; fallback to uncompressed pages if compression fails or generates bigger data * have the unit test generate many data files
2024-03-25[ci skip] Update changelog and version for nightly build: v1.45.0-24-nightly.netdatabot
2024-03-24Fix MRG Metric refcount issue (#17239)Costa Tsaousis
* add more detailed logging about metrics refcount issues * metric release by acquiring it for deletion
2024-03-24[ci skip] Update changelog and version for nightly build: v1.45.0-22-nightly.netdatabot
2024-03-23Code cleanup (#17237)Costa Tsaousis
* renames in dbengine * remove leftovers from memory mode save and map * fix docs about 3 tiers by default * split linked-lists, bitmaps and storage-points from libnetdata.h
2024-03-23DBENGINE: use gorilla by default (#17234)Costa Tsaousis
* use gorilla by default * allow switching back from gorilla; increase unittest stress
2024-03-23updated dbengine unittest (#17232)Costa Tsaousis
* when a page cannot be acquired, repeat the call until it can or does not exist * updated dbengine unittest * Update dbengine-unittest.c
2024-03-23dbengine: cache bug-fix when under pressure (#17231)Costa Tsaousis
when a page cannot be acquired, repeat the call until it can or does not exist
2024-03-23[ci skip] Update changelog and version for nightly build: v1.45.0-17-nightly.netdatabot
2024-03-22Update README.mdCosta Tsaousis
2024-03-22Update README.mdCosta Tsaousis
2024-03-22Update README.mdCosta Tsaousis
2024-03-22Update README.mdCosta Tsaousis
2024-03-22fix html (#17228)Fotis Voutsas
2024-03-22feat: add netdata cloud api-tokens docs (#17225)Witold Duranek
* feat: add netdata cloud api-tokens docs * Update api-tokens.md * Update api-tokens.md * move to netadata-cloud/ * Update api-tokens.md --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>