Austin S. Hemmelgarn

Results 395 comments of Austin S. Hemmelgarn

@gfay63 Regarding the aside at the end, just opening an issue here on GitHub outlining all the documentation discrepancies, and then opening issues about the other things you encounter would...

> Still failing to install as a service on a fresh Fedora 37 installation: > > `/usr/libexec/netdata/install-service.sh --export-cmds ... FAILED with exit code 1` > > `netdata-installer.log` doesn't offer any...

@Dim-P Can you re-test with the change I just added to the branch? I’m pretty sure it should fix the issue you’re seeing.

More specifically, it’s something that’s _not_ in the `v1.34` branch, otherwise 1.34.1 would be affected as well. Unfortunately, this is not something we can easily bisect, and there’s a few...

I’m starting to wonder whether this might be a timing issue. Given the code involved, the only situation where this should be possible is if the build workflow is getting...

I’ve still not figured out a root cause, but have at least figured out a workaround on our end to hopefully prevent this from happening again. I’m leaving this open...

As discussed in some internal discussion, we are probably going to need better communication _between_ plugins/collectors going forwards to support stuff like this. There seems to be a general consensus...

I suspect implementing it as a segment per info source may be better in the long run. The tricky part regardless would be dependency tracking though (for example, if we...

This should (hopefully) be mostly resolved by https://github.com/netdata/netdata/pull/13451.