Ben Johnson

Results 71 issues of 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...

domain: sources
domain: sinks
have: must
type: feature

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.

domain: sinks
type: feature
domain: logs

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...

source: file
type: enhancement
domain: observability
meta: good first issue
meta: feedback

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.

needs: more demand
type: feature
domain: vrl
vrl: stdlib

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...

type: enhancement
domain: vrl
vrl: compiler

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...

type: task
domain: performance

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:...

type: task
domain: external docs
source: apache_metrics

# Github issue # ## Issue type ## - Feature Idea ## Summary ## When a `c5.*` instance is specified as the on-demand instance, `c4.*` instances are never used because...

Type: Enhancement
Importance: Nice to have

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...

Enhancement