Lalit Kumar Bhasin
Lalit Kumar Bhasin
> Equally I think that annotating the header files with the extra gcc __attribute__ or visual studio __declspec will also work without changing the design. @astitcher - Would it be...
Thanks for summarizing it nicely @marcalff . Appreciated :) Agree on investigating the header-only approach with annotations (IV-B above) first. As long as it works on all supported platforms (Windows,...
This seems to be for Go SDK. Please open it here - https://github.com/open-telemetry/opentelemetry-go/issues
My bad. This is relevant for C++ SDK too :)
Thanks, @owent for summarising the changes required. - Have created a separate issue #1381 to support InstrumentationScope. This shouldn't break the API/SDK for Traces at least. We can discuss the...
#1383 closes it.
Yes my bad, we still need to implement `LogEmitter`. Reopening this issue.
> The gcc error message is not printed, making this hard to investigate. Looks like if the error data is larger than 1mb, bazel doesn't print it to stderr :...
> Hi @lalitb > > I never used Bazel before, so I am really struggling with it. > > On a local build on a linux machine, I get: >...
> BTW: Why don't we upgrade gRPC to the latest version of gRPC(v1.48.0)? Yes. we can try upgrading to gRPC v1.48.0, and/or bazel v4.2.2. Saw somewhere that the `segmentation fault:...