mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +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",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||||
"name": "opentelemetry-cpp",
|
"name": "opentelemetry-cpp",
|
||||||
"version-semver": "1.14.2",
|
"version-semver": "1.14.2",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": [
|
"description": [
|
||||||
"OpenTelemetry is a collection of tools, APIs, and SDKs.",
|
"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."
|
"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": {
|
"features": {
|
||||||
"elasticsearch": {
|
"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": {
|
"etw": {
|
||||||
"description": "Whether to include the ETW Exporter in the SDK",
|
"description": "Whether to include the ETW Exporter in the SDK",
|
||||||
|
@ -6562,7 +6562,7 @@
|
|||||||
},
|
},
|
||||||
"opentelemetry-cpp": {
|
"opentelemetry-cpp": {
|
||||||
"baseline": "1.14.2",
|
"baseline": "1.14.2",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"opentracing": {
|
"opentracing": {
|
||||||
"baseline": "1.6.0",
|
"baseline": "1.6.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "d0308ac6577bc65485185f45cd1f6c9f9cb14ef8",
|
||||||
|
"version-semver": "1.14.2",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b360f8315ba329cc832aa163130958843e6b0d07",
|
"git-tree": "b360f8315ba329cc832aa163130958843e6b0d07",
|
||||||
"version-semver": "1.14.2",
|
"version-semver": "1.14.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user