Austin S. Hemmelgarn
Austin S. Hemmelgarn
##### Summary Such setups cause all kinds of problems, so properly detect and report them when possible (and refuse to continue until the situation is remidied) to help with debugging...
### Problem Currently, the dbengine only support either not compressing data on disk, or using LZ4 in fast mode for storage on-disk. This makes sense for nodes that need to...
### Problem A number of large websites (GitHub, GitLab, CloudFlare, etc) provide GraphQL APIs that expose metrics and data that are of potential interest to users. Netdata currently has no...
**Description:** Instead of requiring every single level of keys below the top level in the configuration file to have a list as a value, restructure to use mappings whenever possible....
##### Summary Similar rationale to #17190, our handling of JSON-C suffers from the same potential discrepancy between how our installer code sees the build environment and how CMake sees it....
##### Summary This fixes a bug introduced by #13802 which would cause errors in scripts run by the kickstart script to correctly be reported as warnings by the kickstart script,...
##### Summary This adds logic to (most of) our CI jobs to skip building Go components during CI checks when they have not been modified. A specific exception is in...
##### Summary Still try to use `curl` first if it exists, but if it fails, fall back to attempting with wget instead. ##### Test Plan CI passes on this PR,...
##### Summary This ensures that behavior will remain consistent after the initial install. ##### Test Plan CI passes on this PR.
##### Summary Under at least some circumstnaces, neither pkg-config nor brew --prefix will correctly locate OpenSSL. In these cases, we can still search for the include path and library path...