2021-08-19 03:14:57 +03:00
{
2022-12-19 23:55:34 +01:00
"$schema" : "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
2021-08-19 03:14:57 +03:00
"name" : "opentelemetry-cpp" ,
2022-12-14 10:33:51 -08:00
"version-semver" : "1.8.1" ,
2022-12-19 23:55:34 +01:00
"port-version" : 1 ,
2021-08-19 03:14:57 +03:00
"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" ,
2022-02-04 01:15:44 -08:00
"license" : "Apache-2.0" ,
2021-08-19 03:14:57 +03:00
"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" : {
2022-09-26 20:35:51 +02:00
"description" : "Whether to include the ETW Exporter in the SDK" ,
"supports" : "windows"
2021-08-19 03:14:57 +03:00
} ,
"jaeger" : {
"description" : "Whether to include the Jaeger exporter" ,
"dependencies" : [
"thrift"
]
} ,
2021-11-05 13:00:50 -07:00
"otlp" : {
"description" : "Whether to include the OpenTelemetry Protocol in the SDK" ,
"dependencies" : [
"grpc" ,
"protobuf"
]
} ,
2021-08-19 03:14:57 +03:00
"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"
2021-11-05 13:00:50 -07:00
} ,
"zpages" : {
"description" : "Whether to include the Zpages Server in the SDK"
2021-08-19 03:14:57 +03:00
}
}
}