mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:58:00 +08:00
[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:
parent
aa61ae5d72
commit
03a211eb3a
@ -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": {
|
||||
|
@ -5898,7 +5898,7 @@
|
||||
},
|
||||
"opentelemetry-cpp": {
|
||||
"baseline": "1.8.3",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"opentracing": {
|
||||
"baseline": "1.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d01c3006eaa3db92a643c8b6e275e5275561d443",
|
||||
"version-semver": "1.8.3",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "a2aaa1296022784fb28719885a59fe905dd80e06",
|
||||
"version-semver": "1.8.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user