mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
Add curl dependency to opentelemetry-cpp elasticsearch feature (#38878)
This commit is contained in:
parent
5ad826e734
commit
eb0f108ebd
@ -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",
|
||||
|
@ -6562,7 +6562,7 @@
|
||||
},
|
||||
"opentelemetry-cpp": {
|
||||
"baseline": "1.14.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"opentracing": {
|
||||
"baseline": "1.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d0308ac6577bc65485185f45cd1f6c9f9cb14ef8",
|
||||
"version-semver": "1.14.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "b360f8315ba329cc832aa163130958843e6b0d07",
|
||||
"version-semver": "1.14.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user