Skip to content

Commit

Permalink
Use opentelemetry-proto from released versions (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdandrutu authored Dec 18, 2020
1 parent d0cd94f commit 4aa124f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ def opentelemetry_cpp_deps():

# OTLP Protocol definition
maybe(
native.new_local_repository,
http_archive,
name = "com_github_opentelemetry_proto",
build_file = "//bazel:opentelemetry_proto.BUILD",
path = "third_party/opentelemetry-proto",
sha256 = "08f090570e0a112bfae276ba37e9c45bf724b64d902a7a001db33123b840ebd6",
strip_prefix = "opentelemetry-proto-0.6.0",
urls = [
"https://github.com/open-telemetry/opentelemetry-proto/archive/v0.6.0.tar.gz",
],
)

# JSON library
Expand Down
2 changes: 1 addition & 1 deletion third_party/opentelemetry-proto

0 comments on commit 4aa124f

Please sign in to comment.