Add curl dependency to opentelemetry-cpp elasticsearch feature (#38878)

This commit is contained in:
aristotelos 2024-06-12 04:06:15 +02:00 committed by GitHub
parent 5ad826e734
commit eb0f108ebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.14.2",
"port-version": 1,
"port-version": 2,
"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."
@ -23,7 +23,13 @@
],
"features": {
"elasticsearch": {
"description": "Whether to include the Elasticsearch Client in the SDK"
"description": "Whether to include the Elasticsearch Client in the SDK",
"dependencies": [
{
"name": "curl",
"default-features": false
}
]
},
"etw": {
"description": "Whether to include the ETW Exporter in the SDK",

View File

@ -6562,7 +6562,7 @@
},
"opentelemetry-cpp": {
"baseline": "1.14.2",
"port-version": 1
"port-version": 2
},
"opentracing": {
"baseline": "1.6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d0308ac6577bc65485185f45cd1f6c9f9cb14ef8",
"version-semver": "1.14.2",
"port-version": 2
},
{
"git-tree": "b360f8315ba329cc832aa163130958843e6b0d07",
"version-semver": "1.14.2",