opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
Update usage of ABI 2 to match breaking changes in opentelemetry-cpp v1.16.0 release
See https://github.com/open-telemetry/opentelemetry-cpp/blob/v1.16.0/CHANGELOG.md#1160-2024-06-21
for details on the v1.16.0 changes.
Fixes #465.
Apologies for the churn; I was following code from the relevant v1.16.0 changes and am also seeing some discrepancies between build environments.
The Centos7 check is failing because of issue #461. Maybe we should disable it until a new platform target is chosen.
@kpratyus, @DebajitDas #461 is blocker for now. Should we disable the relevant centos7 CI test to let other PRs get merged?
@svrnm The CI for webserver instrumentation has been failing for a long time now. Can you help check with @kpratyus / @DebajitDas if they can fix it soon :) Thanks.
@aryanishan1001 please take a look!
@marcalff You may want to take a look at this one; it overlaps a bit with your PR #441