mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
Update opentelemetry-cpp port to v1.0.1 (#21004)
This commit is contained in:
parent
b03f45c31c
commit
a875d75674
@ -11,8 +11,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.0.0
|
REF v1.0.1
|
||||||
SHA512 283090b24494caeb148a791b107c4bba2c4891492d3c3df6b1b9b5c3141c5b9e3aaf86f5d80b1ee7737988bcd3e92ff991a48a234503aa63f8cbd43d0f0fe1a6
|
SHA512 ddaf5f52f5c100f385e09a6eb69f08fced2e890145939d35f969b05743733409e43f4747713259b68641511401c2c1e01a498b9b7a20fab0f52ee6f4b5d3c77c
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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.0.0",
|
"version-semver": "1.0.1",
|
||||||
"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."
|
||||||
|
@ -4949,7 +4949,7 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"opentelemetry-cpp": {
|
"opentelemetry-cpp": {
|
||||||
"baseline": "1.0.0",
|
"baseline": "1.0.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"opentracing": {
|
"opentracing": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ff4e84e96c81b66be8b52bb00f09f79e692db7c4",
|
||||||
|
"version-semver": "1.0.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "929c881d18d9a55eba5985b788fbf8d409fb62c1",
|
"git-tree": "929c881d18d9a55eba5985b788fbf8d409fb62c1",
|
||||||
"version-semver": "1.0.0",
|
"version-semver": "1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user