summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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>
2023-10-13update go.d to v0.56.2 (#16181)Ilya Mashchenko
2023-10-13Regenerate integrations.js (#16176)Netdata bot
Co-authored-by: Ancairon <Ancairon@users.noreply.github.com>
2023-10-13Add icons to integrations markdown files (#16169)Fotis Voutsas
2023-10-13[ci skip] Update changelog and version for nightly build: v1.42.0-337-nightly.netdatabot
2023-10-12facets: do not corrupt the index when doubling the hashtable (#16171)Costa Tsaousis
do not corrupt the index when doubling the hashtable
2023-10-11Fix netdata-uninstaller; blindly deletes NETDATA_PREFIX env var (#16167)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-10-11apps: remove mem_private on FreeBSD (#16166)Ilya Mashchenko
2023-10-11Modify eBPF exit (#16159)thiagoftsm
2023-10-11[ci skip] Update changelog and version for nightly build: v1.42.0-332-nightly.netdatabot
2023-10-10fix repo path for openSUSE 15.5 packages (#16161)Tasos Katsoulas
2023-10-10[BUGFIX] MQTT ARM fix (#16154)Timotej S
2023-10-10Batch ML model load commands (#16155)Stelios Fragkakis
Batch ML model load