Bruce Guenter
Bruce Guenter
Currently, internal metric counters are accumulated from incremental values but then emitted as absolute values containing the sum total of all the increments to that point. Those absolute values are...
This reduces the knot of feature flag dependencies for a relatively small but core library. Basically, I was trying to run one of the unit tests with minimal flags, but...
This adds the new `RegisteredBytesSent` event and puts it into use in all sinks except for the new-style stream sinks. That change is blocked by a complication in how the...
Vector spends a significant amount of run time emitting internal metrics for the running components. With the recent upgrade of the `metrics` crates (#13653), we now have the opportunity to...
This causes the following positional argument to be omitted from the usage text, useful for writing commands for environments like cargo. Signed-off-by: Bruce Guenter Closes #73
I have been using argh to develop a new cargo command. Cargo passes the actual command being executed as the first command line argument. In order to capture (and ignore)...
Some editors create temporary or lock files in the same directory as the file being edited. For example vi/vim will create a file named `.FILENAME.swp` when the file is first...
I'm testing ipt-netflow 2.4 on Debian Jessie, with the 3.16.0-10-586 kernel. It seems to be working, but examining the exported records shows some inefficiencies. When dumping the records with nfdump,...
Running `watchexec` version 1.18.0 through 1.18.2 prints out the following line hundreds of times when the subprogram modifies files. ``` [[cannot send event from fs watcher: no available capacity]] ```...
Is railcar vulnerable to this exploit? I tried using the docker-based exploit, but it requires the use of the "railcar exec" command, which is not yet implemented. Does that mean...