Bruce Guenter
Bruce Guenter
We probably do not want to actually merge this until closer to the next release, in case we discover reasons to leave it in, but I thought I would put...
I noticed the pattern referenced in the comments while reviewing some new code, and wanted to add a helper to simplify using that pattern in future code. While doing so,...
Most of the metric sinks aggregate metrics within a batch. That is, incremental metrics are added together and absolute metrics are replaced by the later value. As noted by https://github.com/timberio/vector/pull/7846#pullrequestreview-686985284...
[Rendered](https://github.com/vectordotdev/vector/blob/bruceg/discarded-events-rfc/rfcs/2022-08-25-12217-handling-discarded-events.md) Ref: #1772 #12217 #13549 https://github.com/vectordotdev/vector/issues/16432 https://github.com/vectordotdev/vector/issues/16432 https://github.com/vectordotdev/vector/issues/17962
I am experimenting with dynamic loading of components into [Vector](https://github.com/vectordotdev/vector/) using [dynamic-plugin](https://crates.io/crates/dynamic-plugin/) (which uses `libloading` under the hood FWIW). Those components are configured using `typetag::serde` on a configuration trait. I...
This requires updating several crates simultaneously, only some of which currently have updates to their `http` dependencies. I will update this issue as the dependency crates are bumped: - [...
Closes: https://github.com/vectordotdev/vector/pull/20949 Closes: https://github.com/vectordotdev/vector/issues/21127
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...