summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-12-14[ci skip] Update changelog and version for nightly build: v1.37.0-55-nightly.netdatabot
2022-12-14Revert "MQTT 5 publish topic alias support" (#14145)Emmanuel Vasilakis
Revert "MQTT 5 publish topic alias support (#14067)" This reverts commit a749ab00a63b229d99f6bc82a965206e5481db3e.
2022-12-14Really, truly fix the repoconfig package upload process.Austin S. Hemmelgarn
Now with extra certainty.
2022-12-14Correctly fix repoconfig package uploads.Austin S. Hemmelgarn
For real this time...
2022-12-14fix(packaging): add setuid for cgroup-network and ebpf.plugin in RPM (#14140)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14132 fix https://github.com/netdata/netdata/issues/14132
2022-12-14use chart labels in portcheck alarms (#14137)Ilya Mashchenko
2022-12-14expose ACLK SSL KeyLog interface for developers (#14109)Timotej S
* add possibility to decypt trafic for developers for debugging purposes * requires netdata to be explicitly built with this feature enabled
2022-12-14[ci skip] Update changelog and version for nightly build: v1.37.0-48-nightly.netdatabot
2022-12-13Remove Fedora 35 from the list of supported platforms. (#14136)Austin S. Hemmelgarn
It’s EOL as of 2022-12-13.
2022-12-13Fix incorrect matrix parameter names in repoconfig package upload workflow.Austin S. Hemmelgarn
2022-12-13Fix conditions for uploading repoconfig packages to new infra. (#14134)Austin S. Hemmelgarn
2022-12-13fix httpcheck alarms (#14133)Ilya Mashchenko
2022-12-13MQTT 5 publish topic alias support (#14067)Timotej S
* mqtt_websockets bumps version * use the new topic alias support in netdata
2022-12-13[ci skip] Update changelog and version for nightly build: v1.37.0-42-nightly.netdatabot
2022-12-12Fix eBPF load on RH 8.x family and improve code. (#14090)thiagoftsm
2022-12-10[ci skip] Update changelog and version for nightly build: v1.37.0-40-nightly.netdatabot
2022-12-09bump go.d.plugin to v0.46.0 (#14124)Ilya Mashchenko
2022-12-09ARAL: add destroy function and optimize ifdefs (#14121)Costa Tsaousis
2022-12-09fix get_system_cpus() (#14116)Costa Tsaousis
2022-12-09heartbeat: don't log every discrepancy (#14122)Costa Tsaousis
2022-12-09don't log too much about streaming connections (#14117)Costa Tsaousis
2022-12-09add filtering options to functions table output (#14108)Costa Tsaousis
2022-12-09remove deprecated fping.plugin in accordance with v1.37.0 deprecation notice ↵Ilya Mashchenko
(#14073)
2022-12-09remove deprecated python.d collectors announced in v1.37.0 deprecation ↵Ilya Mashchenko
notice (#14072)
2022-12-09ci: fix cgroup-parent name in packaging (#14118)Ilya Mashchenko
* ci: fix cgroup-parent name * update cgroup-parent
2022-12-09[ci skip] Update changelog and version for nightly build: v1.37.0-30-nightly.netdatabot
2022-12-08Fix minor typo. (#14111)Tasos Katsoulas
* Update COLLECTORS.md minor fix * Update COLLECTORS.md remove whitespace
2022-12-08fix health emphemerality labels src (#14105)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14084
2022-12-08fix docker host editable config (#14104)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14103
2022-12-07add clickhouse third party collector and install instructions (#14021)Andrew Maguire
add clickhouse and third party install instruction
2022-12-07Remove deprecated methods for passing additional options to install code. ↵Austin S. Hemmelgarn
(#12943)
2022-12-07[ci skip] Update changelog and version for nightly build: v1.37.0-24-nightly.netdatabot
2022-12-06Add version to netdatacli (#14094)Emmanuel Vasilakis
add version to netdatacli
2022-12-06Fix missing required package install of tar on FreeBSD (#14095)Dim-P
2022-12-06Cleanly reimplement system/edit-config.in. (#13702)Austin S. Hemmelgarn
* Cleanly reimplement system/edit-config.in - Added support for pulling config files from Docker containers. - Added auto-detection for Docker containers. - Use directory the script is in for target directory for config files instead of templating it in at build time. - Prefix error messages with `ERROR:`. - Robustly check for a valid editor _before_ invoking it. - Add support for actual command-line options, including a proper `--help` option. - Use prefix matching of absolute paths to determine file validity instead of blindly excluding certain path types. - If editing a non-existing file we do not provide a stock copy of, create an empty file instead of throwing an error. - Make the whole script properly modular. * Improve robustness of container autodetection. Instead of relying on the lack of certain directories on a host system, use some relatively standard checks to determine if we appear to be running in a container. * Auto-detect stock config paths at runtinme instead of hard-coding them at build time. THis will simplify testing of the script, as well as making it a bit more resilient to users moving things around. * Add an option to list known config files. * Fix container environment check to not require root. * Fix help output. * Fix path prefix check. * Fix file path handling. * Use correct variable when editing files. * Use correct path for `env`. * Source profile before running `set -e`. To prevent questionablly written profiles from causing the script to exit. * Produce columnar output when listing valid files. * Fix copy check. * Fix build issues. * fix build issues * formatting Co-authored-by: ilyam8 <ilya@netdata.cloud>
2022-12-06docs: add a note to set container nofile ulimit for Fedora users (#14092)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14062
2022-12-06[ci skip] Update changelog and version for nightly build: v1.37.0-19-nightly.netdatabot
2022-12-05Wmi descriptions (#14001)thiagoftsm
2022-12-04[ci skip] Update changelog and version for nightly build: v1.37.0-17-nightly.netdatabot
2022-12-03fix v1.37 dbengine page alignment crashes (#14086)Costa Tsaousis
page alignment is a property of metric collection, so it has been moved to metric collection only
2022-12-03Fix __atomic_compare_exchange_n() atomics (#14085)Costa Tsaousis
* proper use for atomic_compare_exchange() * diskspace plugin is multi-threaded but it uses single threaded dictionaries
2022-12-03[ci skip] Update changelog and version for nightly build: v1.37.0-14-nightly.netdatabot
2022-12-02Fix typo in Fedora 37 build configuration. (#14082)Austin S. Hemmelgarn
2022-12-02Update workflows to use $GITHUB_OUTPUT instead of ::set-output:: (#13960)Austin S. Hemmelgarn
* Update workflows to use $GITHUB_OUTPUT instead of ::set-output:: * Fix python code. * Fix handling of python-based build matrix generation.
2022-12-02Fix 1.37 crashes (#14081)Stelios Fragkakis
* Wait for pending read to complete before destroying the page * fix page alignment crash * Compare copy of descriptor * prevent workers crashes by disabling cancellability on critical areas and separate sqlite3 statistics to its own worker job * do not update sqlite3 stats when they are slow * do not query sqlite3 statistics when they are slow * flipped condition * sqlite3 proper timeout calculation Co-authored-by: Costa Tsaousis <costa@netdata.cloud>
2022-12-02add basic dashboard info for NGINX Plus (#14080)Ilya Mashchenko
2022-12-02replication fixes 9 (#14079)Costa Tsaousis
* replication fixes 9 * no room metric is now absolute * decrement senders full and flip the actions on sender full and sender available * finer timings * execute all requests, unconditionally, once they are in the replication queue; worker charts are now sorted * remove left-over debug message * log verification of replication completion only when there are no pending requests any more * use up to 50% of the sender buffer for replication responses
2022-12-02[ci skip] Update changelog and version for nightly build: v1.37.0-8-nightly.netdatabot
2022-12-01optimize workers statistics performance (#14077)Costa Tsaousis
* find the issue with workers performance and optimize it * have 2 independent locks in workers * break down workers statistics work to measure the time of each module * optimize reading cpu for workers; cleanup procfile from unecessary allocations and operations * cleanup workers * fix the workers statistics dimension name
2022-12-01Add workflow dispatch trigger for parent/child with cloud integration smoke ↵Dimitris Koutsourelis
tests (#14070) * Add parent/child with cloud integration smoke tests - Update soon to be deprecated output variables to new format - Add an extra step to trigger agent smoke tests and wait for its completion before reporting workflow's status * Add new line at the end of file