mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "opentelemetry-cpp",
|
|
"version-semver": "1.0.0",
|
|
"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."
|
|
],
|
|
"homepage": "https://github.com/open-telemetry/opentelemetry-cpp",
|
|
"supports": "!(windows & !static)",
|
|
"dependencies": [
|
|
"curl",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"elasticsearch": {
|
|
"description": "Whether to include the Elasticsearch Client in the SDK"
|
|
},
|
|
"etw": {
|
|
"description": "Whether to include the ETW Exporter in the SDK"
|
|
},
|
|
"jaeger": {
|
|
"description": "Whether to include the Jaeger exporter",
|
|
"dependencies": [
|
|
"thrift"
|
|
]
|
|
},
|
|
"prometheus": {
|
|
"description": "Whether to include the Prometheus Client in the SDK",
|
|
"dependencies": [
|
|
"prometheus-cpp"
|
|
]
|
|
},
|
|
"zipkin": {
|
|
"description": "Whether to include the Zipkin exporter in the SDK"
|
|
}
|
|
}
|
|
}
|