Skip to content

Commit

Permalink
[PROTO] Upgrade to opentelemetry-proto 1.2.0 (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Apr 9, 2024
1 parent 848db57 commit cd22f0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Increment the:
[#2579](https://github.com/open-telemetry/opentelemetry-cpp/pull/2579)
* [CI] Use platform CMake
[#2627](https://github.com/open-telemetry/opentelemetry-cpp/pull/2627)
* [PROTO] Upgrade to opentelemetry-proto v1.2.0
[#2631](https://github.com/open-telemetry/opentelemetry-cpp/pull/2631)

Important changes:

Expand Down
6 changes: 3 additions & 3 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ def opentelemetry_cpp_deps():
http_archive,
name = "com_github_opentelemetry_proto",
build_file = "@io_opentelemetry_cpp//bazel:opentelemetry_proto.BUILD",
sha256 = "df491a05f3fcbf86cc5ba5c9de81f6a624d74d4773d7009d573e37d6e2b6af64",
strip_prefix = "opentelemetry-proto-1.1.0",
sha256 = "516dc94685dbaa14fb792788f31d2ef2b0c3ad08dfa8a9a8164e3cf60c1ab6f7",
strip_prefix = "opentelemetry-proto-1.2.0",
urls = [
"https://github.com/open-telemetry/opentelemetry-proto/archive/v1.1.0.tar.gz",
"https://github.com/open-telemetry/opentelemetry-proto/archive/v1.2.0.tar.gz",
],
)

Expand Down

1 comment on commit cd22f0f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: cd22f0f Previous: 848db57 Ratio
BM_BaselineBuffer/4 9677076.33972168 ns/iter 2401756.02799755 ns/iter 4.03
BM_LockFreeBuffer/2 5707464.694976807 ns/iter 1108210.802078247 ns/iter 5.15
BM_LockFreeBuffer/4 10130550.861358643 ns/iter 1109294.538144712 ns/iter 9.13

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.