Max Golovanov
Max Golovanov
@lalitb - I am a bit concerned here. From `libcurl` perspective - if you install one coming with the distro with SSL support, the only difference is in `https://` and...
My point is we do not need to worry specifically about the TLS/SSL, unless there is a strong need to provide a callback for end-point certificate pinning / validation, and...
@lalitb - got it. We may also need to supplement the test server we have in our repo with TLS / SSL support too. That'd be quite a bit of...
@owt5008137 - agree with removing from Protobuf. I like the way how you handled it, esp. `push` and `pop` . Thank you!!!
You can use matrix build to build on older Ubuntu and 20.40. Example how I'm doing it in my fork to verify some ongoing C++20 work: https://github.com/maxgolov/opentelemetry-cpp/blob/master/.github/workflows/build-ubuntu.yml
@jsuereth - is this something we can run on GitHub Action - Linux image, with `--cpus=1` [option](https://docs.docker.com/config/containers/resource_constraints/#configure-the-default-cfs-scheduler)? This may cover Linux, but not Windows nor Mac.
Can we have an implementation that performs the following: - `using SpanValue = nostd::shared_ptr` - to maintain backwards compatibility with `v1.0.0-rc1` API. I already have customers using this API surface...
So if the new proposed approach degrades perf of span creation x1.75 times, and/or does not improve performance overall - for the sum across all tests (not a good metric...
UPDATE: - there are several moving parts here. One piece is cross-plat TCP, UDP and Unix Domain socket library, that I would like to merge in `opentelemetry-cpp` repository. - second...
@seemk @lalitb I vaguely remember that when we initially got it set up, we had to ask for the open-telemetry org admins to set permissions on it.. Can I help...