mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:15:11 +08:00
Update OpenTelemetry-cpp to 1.7.0 (#27599)
This commit is contained in:
parent
ce0234fe84
commit
e6acba61e8
@ -5,8 +5,8 @@ endif()
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO open-telemetry/opentelemetry-cpp
|
REPO open-telemetry/opentelemetry-cpp
|
||||||
REF v1.6.0
|
REF v1.7.0
|
||||||
SHA512 ae0777451a3d2d676afd9f3142ab78c7afb08474f6038bd810ff0ee30fee6695e10100c901e7ffadf3faf16c7d19622acdea414cd720be8572f7720f2d528628
|
SHA512 8f32105f217c7f127fa73d6cc787d3a5872e945c3aa694b35393c3bfb85a7cf0d61e0005e8b80a8f9eec259e4cc65463bfa8e9b2da71aca4c15f84955ee05b91
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
PATCHES
|
PATCHES
|
||||||
support_absl_cxx17.patch
|
support_absl_cxx17.patch
|
||||||
@ -25,11 +25,11 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
|||||||
|
|
||||||
# opentelemetry-proto is a third party submodule and opentelemetry-cpp release did not pack it.
|
# opentelemetry-proto is a third party submodule and opentelemetry-cpp release did not pack it.
|
||||||
if(WITH_OTLP)
|
if(WITH_OTLP)
|
||||||
set(OTEL_PROTO_VERSION "0.18.0")
|
set(OTEL_PROTO_VERSION "0.19.0")
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://github.com/open-telemetry/opentelemetry-proto/archive/v${OTEL_PROTO_VERSION}.tar.gz"
|
URLS "https://github.com/open-telemetry/opentelemetry-proto/archive/v${OTEL_PROTO_VERSION}.tar.gz"
|
||||||
FILENAME "opentelemetry-proto-${OTEL_PROTO_VERSION}.tar.gz"
|
FILENAME "opentelemetry-proto-${OTEL_PROTO_VERSION}.tar.gz"
|
||||||
SHA512 5176e93ddbb92d10b5900f42bb7b98cd718488fb261ad204e73127e1bf1feb6a20cf17d5c7d4fbdd89575cef6c7fa98127a28d83e50ffba61da01a73659ddae6
|
SHA512 b6d47aaa90ff934eb24047757d5fdb8a5be62963a49b632460511155f09a725937fb7535cf34f738b81cc799600adbbc3809442aba584d760891c0a1f0ce8c03
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(src ARCHIVE "${ARCHIVE}")
|
vcpkg_extract_source_archive(src ARCHIVE "${ARCHIVE}")
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
||||||
"name": "opentelemetry-cpp",
|
"name": "opentelemetry-cpp",
|
||||||
"version-semver": "1.6.0",
|
"version-semver": "1.7.0",
|
||||||
"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."
|
||||||
|
@ -5525,7 +5525,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"opentelemetry-cpp": {
|
"opentelemetry-cpp": {
|
||||||
"baseline": "1.6.0",
|
"baseline": "1.7.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"opentracing": {
|
"opentracing": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "454e8d6c9d7b195d7e923e8f29486ecb08966e41",
|
||||||
|
"version-semver": "1.7.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b85f6215a2936a5a21c752b11e16fc7250a102b2",
|
"git-tree": "b85f6215a2936a5a21c752b11e16fc7250a102b2",
|
||||||
"version-semver": "1.6.0",
|
"version-semver": "1.6.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user