Skip to content

Commit

Permalink
[BUILD] Update opentelemetry-proto version (#3254)
Browse files Browse the repository at this point in the history
In `cmake/opentelemetry-proto.cmake` and `third_party_release` which
were not updated when upgrading to `1.5.0`.
  • Loading branch information
santigimeno authored Jan 24, 2025
1 parent ced7986 commit 72b0080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/opentelemetry-proto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else()
"opentelemetry-proto=[ \\t]*([A-Za-z0-9_\\.\\-]+)")
set(opentelemetry-proto "${CMAKE_MATCH_1}")
else()
set(opentelemetry-proto "v1.4.0")
set(opentelemetry-proto "v1.5.0")
endif()
unset(OTELCPP_THIRD_PARTY_RELEASE_CONTENT)
endif()
Expand Down
2 changes: 1 addition & 1 deletion third_party_release
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ benchmark=v1.8.3
googletest=1.14.0
ms-gsl=v3.1.0-67-g6f45293
nlohmann-json=v3.11.3
opentelemetry-proto=v1.4.0
opentelemetry-proto=v1.5.0
opentracing-cpp=v1.6.0
prometheus-cpp=v1.3.0
vcpkg=2024.02.14

1 comment on commit 72b0080

@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 api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 72b0080 Previous: ced7986 Ratio
BM_ProcYieldSpinLockThrashing/1/process_time/real_time 0.2993655246381776 ms/iter 0.10736011541806735 ms/iter 2.79
BM_NaiveSpinLockThrashing/1/process_time/real_time 0.19616335473065644 ms/iter 0.08864341441458061 ms/iter 2.21
BM_NaiveSpinLockThrashing/4/process_time/real_time 1.4653941181218513 ms/iter 0.6180929583172465 ms/iter 2.37
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time 19.977617263793945 ms/iter 8.126007186041939 ms/iter 2.46
BM_SpanCreationWitContextPropagation 1194.5298894001078 ns/iter 588.8349876148379 ns/iter 2.03

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

Please sign in to comment.