-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opentelemetry-cpp] update to 1.12.0 #33983
[opentelemetry-cpp] update to 1.12.0 #33983
Conversation
…118/vcpkg into update_opentelemtery-cpp
Ping. I selfishly want to use some of the features in opentelemetry-cpp v1.12.0 :) |
OK, check that the latest version upstream is v1.12.0, I will update to the latest version. |
@@ -39,7 +38,14 @@ | |||
"otlp": { | |||
"description": "Whether to include the OpenTelemetry Protocol in the SDK", | |||
"dependencies": [ | |||
"protobuf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the reason for removing this and adding the other features as dependencies? Now gRPC is included if otlp-http is included. I was previously trying to limit the size of the dependencies and I didn't want to include gRPC if I didn't have to. reverting these lines seems to fix my problem. Was this intended?
Fixes #33772
otlp
based on upstream PR 2161.opentelemetry-fluentd
adds missing header files.use-default-cxx-version.patch and add-missing-include-file.patch
.The "supports" clause reflects platforms that may be fixed by this new versionAny fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.Usage test pass with following triplets: