Austin S. Hemmelgarn

Results 92 issues of 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...

area/packaging

### 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...

feature request
area/database

### 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...

feature request
area/collectors
new collector

**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....

feature request

##### 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....

area/packaging
area/build

##### 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,...

area/packaging

##### 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...

area/ci
area/packaging

##### 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,...

area/packaging

##### Summary This ensures that behavior will remain consistent after the initial install. ##### Test Plan CI passes on this PR.

area/packaging

##### 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...

area/build