Skip to content

Commit

Permalink
Upgrade opentelemetry-proto to v0.19.0 (open-telemetry#1579)
Browse files Browse the repository at this point in the history
* changes

* add changelog

* update third_party_release
  • Loading branch information
lalitb authored and yxue committed Dec 5, 2022
1 parent 60dd76b commit d92f99c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Increment the:

## [Unreleased]

<<<<<<< HEAD
<<<<<<< HEAD
## [1.8.1] 2022-12-04

Expand Down Expand Up @@ -269,6 +270,8 @@ update the semantic convention in instrumentation library is needed.
* [METRICS SDK] Add in-memory metrics exporter [#1405](https://github.com/open-telemetry/opentelemetry-cpp/pull/1405)
>>>>>>> b7204b70 (Fix md lint.)
=======
=======
>>>>>>> 737da806 (Upgrade opentelemetry-proto to v0.19.0 (#1579))
* [TRACE SDK] Add trace sdk builders (#1393)
[#1471](https://github.com/open-telemetry/opentelemetry-cpp/pull/1471)
* [EXAMPLE] Fix memory ownership of InMemorySpanExporter (#1473)
Expand All @@ -284,7 +287,15 @@ update the semantic convention in instrumentation library is needed.
[#1405](https://github.com/open-telemetry/opentelemetry-cpp/pull/1405)
* [SEMANTIC CONVENTIONS] Upgrade to version 1.12.0
[#873](https://github.com/open-telemetry/opentelemetry-cpp/pull/873)
<<<<<<< HEAD
>>>>>>> d9ad0afb (Add automatically semantic conventions from the spec (#873) (#1497))
=======
=======
* [BUILD] Upgrade opentelemetry-proto to v0.19.0 [#1579](https://github.com/open-telemetry/opentelemetry-cpp/pull/1579)

## [1.6.0] 2022-08-15
>>>>>>> 39d6a225 (Upgrade opentelemetry-proto to v0.19.0 (#1579))
>>>>>>> 737da806 (Upgrade opentelemetry-proto to v0.19.0 (#1579))
## [1.6.0] 2022-08-15

Expand Down
5 changes: 5 additions & 0 deletions cmake/opentelemetry-proto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if(OTELCPP_PROTO_PATH)
set(PROTO_PATH ${OTELCPP_PROTO_PATH})
set(needs_proto_download FALSE)
else()
<<<<<<< HEAD
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/third_party/opentelemetry-proto/.git)
message(STATUS "opentelemetry-proto dependency satisfied by: git submodule")
set(PROTO_PATH "${CMAKE_CURRENT_SOURCE_DIR}/third_party/opentelemetry-proto")
Expand All @@ -59,6 +60,10 @@ else()
ExternalProject_Get_Property(opentelemetry-proto INSTALL_DIR)
set(PROTO_PATH "${INSTALL_DIR}/src/opentelemetry-proto")
set(needs_proto_download TRUE)
=======
if("${opentelemetry-proto}" STREQUAL "")
set(opentelemetry-proto "v0.19.0")
>>>>>>> 737da806 (Upgrade opentelemetry-proto to v0.19.0 (#1579))
endif()
endif()

Expand Down

0 comments on commit d92f99c

Please sign in to comment.