Ben Johnson
Ben Johnson
[OpenTelemetry](https://opentelemetry.io/) is a specification for collecting observability data. Their collector and libraries are of questionable quality. We'd like Vector to support OT through their [various protobufs](https://github.com/open-telemetry/opentelemetry-proto) and become the best...
As per https://github.com/timberio/vector/discussions/6862, we should have a `syslog` sink that makes it easy to send Syslog formatted logs. This should wrap the `socket` sink to support the various socket protocols.
This is a follow up to https://github.com/timberio/vector/pull/863#issuecomment-544314174. To recap, when the `file` source is configured to use the `checksum` fingerprinting strategy a _warning_ log message is emitted letting the user...
This PR updates the requirements for the `ComponentBytesReceived` and `ComponentBytesSent` events: 1. Renamed `ComponentBytesReceived` to `SourceNetworkBytesReceived`. 2. Renamed `ComponentBytesSent` to `SinkNetworkBytesSent`. 4. Clarified that the network bytes are best effort...
See https://github.com/timberio/vector/issues/5800#issuecomment-754027386.
This is a replacement issue for #5614 that more clearly represents the solution. To avoid gotchas with Remap (promote safety), we should error when dead code is found in a...
This is a meta issue to represent raising benchmarking coverage for all Vector components. The idea is to, as much as possible, standardize how we benchmark each component so that...
I had to temporarily remove these since I don't have time to convert the output of these by hand, but I will shortly. ``` examples: [ { title: "Extended" configuration:...
# Github issue # ## Issue type ## - Feature Idea ## Summary ## When a `c5.*` instance is specified as the on-demand instance, `c4.*` instances are never used because...
Timber should not log parameters specified in this list. Further, it should provide it's own option that this setting can be passed into, allowing non-Rails users to enable this as...