summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-12-21Refactor ML code and add support for multiple KMeans models. (#14065)vkalintiris
* Add profile.plugin Creates the specified number of charts/dimensions, and supports backfilling with pseudo-historical data. * Bump * Remove wrongly merged line. * Use the number of models specified from the config section. * Add option to consult all ML models. * Remove profiling option consuming all models. * Add underscore after chart name prefix. * prediction -> dimensions chart * reorder funcs * Split charts across types with correct priority * Ignore training request when chart is under replication. * Track global number of models consulted. * Cleanup config. * initial readme updates * fix readme * readme * Fix function definition when ML is disabled. * Add dummy ml_chart_update_{begin,end} * Remove profile_plugin * Define chart priorities under collectors/all.h * s/curr_t/current_time/ Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>
2022-12-21Fix race on query thread startup (#14164)Timotej S
fixes race on startup of query threads
2022-12-21fix nodejs app detection (#14156)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14154
2022-12-21Support HTTP proxy Basic auth (#13762)Timotej S
2022-12-20Document memory mode alloc (#14142)Chris Akritidis
2022-12-20[ci skip] Update changelog and version for nightly build: v1.37.0-63-nightly.netdatabot
2022-12-19Switch to self-hosted infrastructure for RPM package distribution. (#14100)Austin S. Hemmelgarn
* Initial version of new RPM repository configuration. * Update packaging/repoconfig/netdata-edge.repo.centos Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-12-19Add a health configuration option of what alarms to load (#14150)Emmanuel Vasilakis
* use a simple pattern to choose what alerts to load * rename config to alarms * add config entry doc * fix link * change wording * change wording 2 * add to analytics * build a list of disabled alarms for analytics * add silenced alarms * remove analytics related * remove analytics related 2
2022-12-17[ci skip] Update changelog and version for nightly build: v1.37.0-60-nightly.netdatabot
2022-12-16Populate field values in send_slack() for Mattermost (#14153)je2555
Closes https://github.com/netdata/netdata/issues/14152
2022-12-16bump go.d.plugin to v0.46.1 (#14151)Ilya Mashchenko
2022-12-16[ci skip] Update changelog and version for nightly build: v1.37.0-57-nightly.netdatabot
2022-12-15Disable integration by default (eBPF <-> APPS) (#14147)thiagoftsm
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Fixes https://github.com/netdata/netdata/issues/14138
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