David Calavera

Results 126 comments of David Calavera

That's interesting. We've been using bollard to receive events from Docker in a different system for a long time and we've never seen any issue dropping events. Regarding this comment:...

> If you don't mind me asking, what are the other differences between your fork and upstream? The only reason why we have a fork is because we have some...

See this attempt to fix the problem is you want a starting point: https://github.com/open-telemetry/opentelemetry-rust/pull/3175 I don't have much time to finish it myself, but it might be useful for someone...

Thanks for the thorough description of this issue. I think our best approach here is to fix the documentation for now. The reason why we always create a subdirectory with...

I think I know what the problem is, and it's going to be tricky to solve. Let me try to explain it. 1. Cargo Lambda just invokes `cargo build` with...

@rtyler this configuration in the workspace should work to enable a feature in a subpackage without specifying the package name in the build command: Cargo.toml in workspace: ``` [workspace.metadata.lambda.build] output_format...