Skip to content

build(vcpkg): pin opentelemetry to 1.20.0#15459

Closed
diegomarquezp wants to merge 1 commit intogoogleapis:mainfrom
diegomarquezp:pin-opentelemetry-vcpkg
Closed

build(vcpkg): pin opentelemetry to 1.20.0#15459
diegomarquezp wants to merge 1 commit intogoogleapis:mainfrom
diegomarquezp:pin-opentelemetry-vcpkg

Conversation

@diegomarquezp
Copy link
Collaborator

@diegomarquezp diegomarquezp commented Sep 10, 2025

Version v1.22.0 of opentelemtry removes semantic_conversions.h, and my CMake job fails:

Installing 17/19 opentelemetry-cpp:x64-linux@1.22.0#1...
...
/usr/local/google/home/diegomarquezp/google/google-cloud-cpp/google/cloud/internal/rest_opentelemetry.cc:26:10: fatal error: opentelemetry/trace/semantic_conventions.h: No such file or directory
   26 | #include <opentelemetry/trace/semantic_conventions.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This PR temporarily pins opentelemtry to the current version supported by main.


This change is Reviewable

Version [v1.22.0](https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.22.0) of opentelemtry removes semantic_conversions.h, and my CMake job fails:

```
Installing 17/19 opentelemetry-cpp:x64-linux@1.22.0#1...
...
/usr/local/google/home/diegomarquezp/google/google-cloud-cpp/google/cloud/internal/rest_opentelemetry.cc:26:10: fatal error: opentelemetry/trace/semantic_conventions.h: No such file or directory
   26 | #include <opentelemetry/trace/semantic_conventions.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```

This PR temporarily pins opentelemtry to the current version supported by `main`.
@codecov
Copy link

codecov bot commented Sep 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.04%. Comparing base (612245c) to head (b158ba4).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15459   +/-   ##
=======================================
  Coverage   93.04%   93.04%           
=======================================
  Files        2403     2403           
  Lines      219553   219553           
=======================================
+ Hits       204273   204276    +3     
+ Misses      15280    15277    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant