Joshua MacDonald

Results 335 comments of Joshua MacDonald

Discussed in sampling SIG (today), we rejected the complexity of this idea (to use xor). A simpler plan is to simply allocate one new bit (number 10) to record a...

Note we have similar questions for Prometheus exporters: https://github.com/open-telemetry/opentelemetry-specification/pull/1185#issuecomment-726165151

I'm not sure what we should do. Practically speaking, it's easy enough for me to find an amd64 machine to build with. 🤣

@MikeGoldsmith do you mean that the build time is 2 hours _to build the docker images_? That doesn't sound like a problem, and it would be great to get this...

I was mistaken, the `grpc_objective_c_plugin` also segfaults.

How to repeat the results quoted above: In this branch, I ran: ``` docker build protobuf/. -t build-tools --build-arg TARGETARCH=arm64 docker tag build-tools:latest build-tools:multiarch ``` Then, in an otel-proto repository:...

mgrinzPlayer, I appreciate your support! I've been busy at work but find myself just now beginning a leave (parental--new child) and think I'll be able to find some time to...

Hi, As noted above, the root cause of the poor performance on your test case is issue 127, the lack of support for 64bit source buffer. That's fixed now. I...