Bruce Guenter

Results 94 comments of Bruce Guenter

I had two thoughts for implementation, though I am not familiar with the internals so I cannot comment on the feasibility of either. First would be to use some non-interrupt...

Right, reading something (like EOF) from stdin would work as well and is a good idea, at least for an interactive stop. It's a little harder to set that up...

> I have added PR that addresses this issue. I see @bruceg assigned this to himself, I hope we didn't do the work in parallel now :) Thanks for taking...

Closing since the benchmark workflow was deleted. Ref #6829

NFS file locking does work. For NFS v3 Linux has claimed support since about 2.6.12 (in 2005), and NFS v4 has file locking support built into the protocol. However, there...

I see now that cargo did locking, but had issues with an NFS system (#2615). The reading I have done seems to point at NFS flock *hangs* being a NFS...

Trying to use a file with a predictable file name in a globally writable directory is a recipe for disaster (symlink attack, etc). It would be more appropriate would be...

This is still a problem, though obviously it doesn't affect many people.

Moved to https://github.com/vectordotdev/vrl/pull/194

The internal metrics controller, when capturing metrics, already adds a synthetic metric containing the number of metrics observed during this run. A suggested implementation, then, would be to build up...