You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a testing gap for building otel-cpp shared libraries against shared libraries for protobuf and grpc at the moment.
Building opentelemetry-cpp as shared libraries against newer versions of protobuf and grpc requires those dependencies to also be built as shared libraries. Tests fail when building otel-cpp shared libraries on Linux against grpc 1.67.1 and protobuf 5.27.0 static libraries. Those tests pass with older versions of grpc (1.54) and protobuf (3.21) though.