summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-10-26[ci skip] Patch release v1.43.1.v1.43.1netdatabot
2023-10-26Prevent wrong optimization armv7l static build (#16274)Stelios Fragkakis
Prevent wrong optimization rpi 32bit static build
2023-10-26shutdown while waiting for collectors to finish (#16023)Costa Tsaousis
call cleanup_destroyed_dictionaries() while waiting for collectors to finish (cherry picked from commit babb3c129c4abcf619f221664b88a10914ed493f)
2023-10-26SUBSTRING simple patterns fix (#16264)Costa Tsaousis
* when in substring matches, do not expect an asterisk at the end of the pattern * fix substring matches in simple patterns; allow negative searches in facets (cherry picked from commit 7b3308390ab501efeaaf2a32eb7cccadaa2bbc3e)
2023-10-26QUERIES: use tiers only when they have useful data (#16263)Costa Tsaousis
use tiers only when they have useful data (cherry picked from commit eabc8d4e0f250f647115e5203897f757ef9d1878)
2023-10-26Fix Discord webhook payload (#16257)luchaos
(cherry picked from commit b549f59bc101ccf2ebee87667ce4ccb68f83ecee)
2023-10-26update go.d plugin version to v0.56.3 (#16228)Ilya Mashchenko
(cherry picked from commit 3af70c8f9ea269d7324a5be7ebc4dd69eb0495b3)
2023-10-26Fix label copy to correctly handle duplicate keys (#16249)Stelios Fragkakis
Fix rrdlabel copy to correctly handle duplicate keys Enhance the corresponding unit tests (cherry picked from commit 8f17bbc1594da3a6516ac93ce5750c495ae2b29e)
2023-10-26Terminate cgroups discovery thread faster during shutdown (#16246)Stelios Fragkakis
(cherry picked from commit 205dc81dc691fa0e587446340086d3b511be1fb5)
2023-10-26Improvements for labels handling (#16172)Stelios Fragkakis
* Add additional checks rrdlabels_find_label_with_key_unsafe finds a label with specified key (not only if it exists but with difefrent value) Quick check if label already exists (avoids JudyLIns) * Add migration unit test Add additional unit test to verify that adding a label with the same key will replace its value (cherry picked from commit 0542661fff8527ad8d8682a7fa71a24b1878549e)
2023-10-26Fix dimension HETEROGENEOUS check (#16234)Stelios Fragkakis
(cherry picked from commit 46c7e6f8da6a2b41a671ac6f0778deddd02ef4aa)
2023-10-26Fix statistics calculation in 32bit systems (#16222)Stelios Fragkakis
Use uint64_t for calculations (cherry picked from commit 0801f5bdce26f85af0b99ab1f902a1b3b661b96d)
2023-10-16[ci skip] Minor release v1.43.0.v1.43.0netdatabot
2023-10-16update bundled UI to v6.52.2 (#16219)Ilya Mashchenko
2023-10-16dynamic meta queue size (#16218)Costa Tsaousis
* dynamic meta queue size * meta cleanup
2023-10-16update bundled UI to v6.52.1 (#16217)Ilya Mashchenko
2023-10-16update bundled UI to v6.52.0 (#16216)Ilya Mashchenko
2023-10-16disable logging to syslog by default (#16214)Ilya Mashchenko
* disable logging to syslog * set to 0 the rest of log_syslog vars
2023-10-16Add summary to /alerts (#16213)Emmanuel Vasilakis
2023-10-16apps: fix divide by zero when calc avg uptime (#16211)Ilya Mashchenko
2023-10-16registry action hello should always work (#16212)Costa Tsaousis
* registry action hello should always work * update docs
2023-10-16[ci skip] Update changelog and version for nightly build: v1.42.0-369-nightly.netdatabot
2023-10-16Update README.mdCosta Tsaousis
2023-10-16allow patterns in journal queries (#16210)Costa Tsaousis
2023-10-15ui-6.51.0 (#16208)Costa Tsaousis
2023-10-15Update README.mdCosta Tsaousis
2023-10-15Update README.mdCosta Tsaousis
2023-10-15Rework guide, add SSL with self-signed certs (#16153)Tasos Katsoulas
* Rework guide, add SSL with self signed certs Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * minor fixes Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix merge conflicts Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * clarifications and minor fixes Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * minor oversight Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Apply suggestions from code review Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> * minor Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix formating Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * reformat again Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
2023-10-15Regenerate integrations.js (#16200)Netdata bot
Co-authored-by: ktsaou <ktsaou@users.noreply.github.com>
2023-10-15[ci skip] Update changelog and version for nightly build: v1.42.0-361-nightly.netdatabot
2023-10-15add order in available histograms (#16204)Costa Tsaousis
2023-10-14update ui to 6.50.2 again (#16202)Costa Tsaousis
2023-10-14update ui to 6.50.2 (#16201)Costa Tsaousis
2023-10-14health: attach drops ratio alarms to net.drops (#16199)Ilya Mashchenko
* health: attach drops ratio alarms to net.drops * update meta * enable net drops on all os * update freebsd meta
2023-10-14apps: always expose "other" group (#16198)Ilya Mashchenko
2023-10-14journal timeout (#16195)Costa Tsaousis
* stop the query 250ms before the timeout, to allow sending back partial responses * on timeout return partial responses * give it 500ms * give some additional timeout to plugins.d garbage collection * define an extension to the timeout for all intermediate hops * hunting for the crash... * set value name and len to zero * remove unneeded memset()
2023-10-14systemd-journal timeout to 55 secs (#16194)Costa Tsaousis
Update systemd-journal.c
2023-10-14Faster facets (#16190)Costa Tsaousis
* do not copy values, unless needed * linear probing hashtables * abstract hashtable implementation to avoid dereferencing pointers to compare the hash * use 2 hashes and linear probing on hashtable collisions * turn bool flags into an enum, to speed up reseting between rows
2023-10-14update bundled UI to v6.49.0 (#16192)Ilya Mashchenko
update ui to v6.49.0
2023-10-14[ci skip] Update changelog and version for nightly build: v1.42.0-351-nightly.netdatabot
2023-10-13Journal updates (#16189)Costa Tsaousis
* add column ND_JOURNAL_FILE showing the file each log line belongs to * ensure log timestamps are unique
2023-10-14Add agent version on startup (#16188)Stelios Fragkakis
2023-10-13Suppress "families" log (#16186)Stelios Fragkakis
2023-10-13Fix access of memory after free (#16185)Stelios Fragkakis
* Proper init to avoid use after free * CID 400083 Unchecked return value
2023-10-13functions columns (#16184)Costa Tsaousis
* make all columns wrap * do not show that many default columns on processes
2023-10-13Update bundled static packages (#16177)Tasos Katsoulas
Update bundle versions static packages * Bump curl to v8_4_0 * Bump openssl to version 3.1.3 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-10-13Add support for Ubuntu 23.10 native packages into our CI (#16179)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-10-13Add support for Fedora 39 native packages into our CI (#16180)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-10-13disable _go_build in centos 8 & 9 (#16183)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-10-13Regenerate integrations.js (#16182)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>