Stephen Wakely

Results 60 comments of Stephen Wakely

I can't reproduce the issue if I just run `timberio/vector:0.27.X-alpine` in Docker. By the sounds of it the source isn't able to access `/sys/fs/cgroup`. It's possible Kubernetes is doing something...

Closing, because it may never happen and I keep getting pinged to review.

Possibly some kind of module loader that could be injected. The class that requires the service would just invoke the loader and fetch the service and then unload at the...

> I just wanted to chime in and say that this appears to work now Ah, perfect. Thanks for letting us know. Have tested and can confirm it works.

These regression tests should really not keep failing...

This is now failing with doc tests: ``` failures: ---- target/debug/build/opentelemetry-proto-d2ae8386e81e6113/out/opentelemetry.proto.trace.v1.rs - proto::trace::v1::Span::attributes (line 123) stdout ---- error: expected one of `.`, `;`, `?`, `}`, or an operator, found `:`...

> Regarding different timeout settings for S3 and SQS, the decision to split them was made following the advice here: [#20017 (comment)](https://github.com/vectordotdev/vector/issues/20017#issuecomment-1998593793) with concern over the difficulty of choosing a...

Note `stackdriver_metrics` no longer aggregates within a batch.

The error is likely occurring because the buffer file that Vector is using ceases to exist. How is `/vector-data-dir` mounted to the pod?

Can you think of any reason why Vector may lose access to that disk? When Vector is restarted do you have any data loss?