[opentelemtry-cpp] Fix install feature otlp-http (#30970)

* [opentelemtry-cpp] Fix install feature otlp-http

* Update port-version

* Update sha512
This commit is contained in:
Tom Tan 2023-04-20 16:02:42 -07:00 committed by GitHub
parent aa61ae5d72
commit 03a211eb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "opentelemetry-cpp",
"version-semver": "1.8.3",
"port-version": 4,
"port-version": 5,
"description": [
"OpenTelemetry is a collection of tools, APIs, and SDKs.",
"You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior."
@ -63,7 +63,13 @@
"description": "Whether to include the OpenTelemetry Protocol over HTTP in the SDK",
"dependencies": [
"curl",
"protobuf"
{
"name": "opentelemetry-cpp",
"default-features": false,
"features": [
"otlp"
]
}
]
},
"prometheus": {

View File

@ -5898,7 +5898,7 @@
},
"opentelemetry-cpp": {
"baseline": "1.8.3",
"port-version": 4
"port-version": 5
},
"opentracing": {
"baseline": "1.6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d01c3006eaa3db92a643c8b6e275e5275561d443",
"version-semver": "1.8.3",
"port-version": 5
},
{
"git-tree": "a2aaa1296022784fb28719885a59fe905dd80e06",
"version-semver": "1.8.3",