Skip to content

Commit

Permalink
[bazel] Update opentelemetry-proto in MODULE.bazel (open-telemetry#3163)
Browse files Browse the repository at this point in the history
Mirrors fe68d51
  • Loading branch information
keith authored Nov 25, 2024
1 parent 31956f8 commit 2a8c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "curl", version = "8.8.0")
bazel_dep(name = "grpc", version = "1.63.1.bcr.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "github_nlohmann_json")
bazel_dep(name = "opentelemetry-proto", version = "1.3.2", repo_name = "com_github_opentelemetry_proto")
bazel_dep(name = "opentelemetry-proto", version = "1.4.0", repo_name = "com_github_opentelemetry_proto")
bazel_dep(name = "opentracing-cpp", version = "1.6.0", repo_name = "com_github_opentracing")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "prometheus-cpp", version = "1.3.0", repo_name = "com_github_jupp0r_prometheus_cpp")
Expand Down

1 comment on commit 2a8c8bc

@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: 2a8c8bc Previous: 31956f8 Ratio
BM_ExtractBaggageHavingTenEntries 3.030448944458624 ns/iter 1.427728985426425 ns/iter 2.12
BM_CreateBaggageFrom180Entries 392089.1730525622 ns/iter 134471.6698554769 ns/iter 2.92
BM_ExtractBaggageWith180Entries 2.013367806425135 ns/iter 0.7032218977708479 ns/iter 2.86
BM_SetValueBaggageWithTenEntries 3035.5966028199873 ns/iter 1349.455948073107 ns/iter 2.25
BM_BaggageToHeader180Entries 168846.69372773633 ns/iter 82481.5083779875 ns/iter 2.05

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

Please sign in to comment.