Stephen Wakely
Stephen Wakely
I am working on a Redis backend for storing the session. The way to do this, I imagine, is to create a separate Middleware to manage a connection pool to...
Ref #14411 When receiving a message from docker that is older than the previous one, this message was being dropped and a `trace` message was emitted. I would argue that...
- [ ] Verify internal event processing metrics are tested via `assert_X_compliance` test helpers - [ ] Update `component_discarded_events_total` to match the new [instrumentation spec](https://github.com/vectordotdev/vector/blob/master/docs/specs/instrumentation.md#eventsdropped) by adding `reason` to the...
- [ ] Verify internal event processing metrics are tested via `assert_X_compliance` test helpers - [x] Update `component_discarded_events_total` to match the new [instrumentation spec](https://github.com/vectordotdev/vector/blob/master/docs/specs/instrumentation.md#eventsdropped) by adding `reason` to the emitted...
- [x] Verify internal event processing metrics are tested via `assert_X_compliance` test helpers - [x] Update `component_discarded_events_total` to match the new [instrumentation spec](https://github.com/vectordotdev/vector/blob/master/docs/specs/instrumentation.md#eventsdropped) by adding `reason` to the emitted logs,...
Some examples: The dnstap source, if there is an [error parsing the message or if the message contains an invalid `data_type_id`]( https://github.com/vectordotdev/vector/blob/master/src/sources/dnstap/parser.rs#L156-L159) the parser will insert the entire message into...
I am working on some Mark Down extensions to make it easier to create tables. It would be handy to allow a plugin to be inserted that could handle these...
Closes #15902 Epic #14998 Stop! Don't review yet - I've just found a whole bunch of cue errors...
Closes #15830 Epic #14998 ~~Keeping this in draft for now because there seem to be issues with setting the units for optional fields. Also I'm not sure if I have...