[OTel] Add OTel C++ as a submodule (#36032)
Closes #36032 PiperOrigin-RevId: 611657802
This commit is contained in:
parent
5043eb4d65
commit
4ce4f4ea3a
|
|
@ -47,3 +47,6 @@
|
||||||
# generated file that makes Git consider the submodule dirty. This
|
# generated file that makes Git consider the submodule dirty. This
|
||||||
# state can be ignored for day-to-day development on gRPC.
|
# state can be ignored for day-to-day development on gRPC.
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "third_party/opentelemetry-cpp"]
|
||||||
|
path = third_party/opentelemetry-cpp
|
||||||
|
url = https://github.com/open-telemetry/opentelemetry-cpp
|
||||||
|
|
|
||||||
|
|
@ -517,11 +517,11 @@ def grpc_deps():
|
||||||
if "io_opentelemetry_cpp" not in native.existing_rules():
|
if "io_opentelemetry_cpp" not in native.existing_rules():
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_opentelemetry_cpp",
|
name = "io_opentelemetry_cpp",
|
||||||
sha256 = "7735cc56507149686e6019e06f588317099d4522480be5f38a2a09ec69af1706",
|
sha256 = "ed681d20a684b7d485a49288e7cfb2d182bf882e5c112c5f2fa3f9e9da2278fc",
|
||||||
strip_prefix = "opentelemetry-cpp-1.13.0",
|
strip_prefix = "opentelemetry-cpp-4bd64c9a336fd438d6c4c9dad2e6b61b0585311f",
|
||||||
urls = [
|
urls = [
|
||||||
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.13.0.tar.gz",
|
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/open-telemetry/opentelemetry-cpp/archive/4bd64c9a336fd438d6c4c9dad2e6b61b0585311f.tar.gz",
|
||||||
"https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.13.0.tar.gz",
|
"https://github.com/open-telemetry/opentelemetry-cpp/archive/4bd64c9a336fd438d6c4c9dad2e6b61b0585311f.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4bd64c9a336fd438d6c4c9dad2e6b61b0585311f
|
||||||
|
|
@ -89,7 +89,6 @@ _GRPC_BAZEL_ONLY_DEPS = [
|
||||||
"com_google_absl",
|
"com_google_absl",
|
||||||
"com_google_fuzztest",
|
"com_google_fuzztest",
|
||||||
"io_opencensus_cpp",
|
"io_opencensus_cpp",
|
||||||
"io_opentelemetry_cpp",
|
|
||||||
# TODO(stanleycheung): remove when prometheus-cpp has new release
|
# TODO(stanleycheung): remove when prometheus-cpp has new release
|
||||||
"com_github_jupp0r_prometheus_cpp",
|
"com_github_jupp0r_prometheus_cpp",
|
||||||
_BAZEL_SKYLIB_DEP_NAME,
|
_BAZEL_SKYLIB_DEP_NAME,
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ third_party/googleapis 2f9af297c84c55c8b871ba4495e01ade42476c92
|
||||||
third_party/googletest 2dd1c131950043a8ad5ab0d2dda0e0970596586a
|
third_party/googletest 2dd1c131950043a8ad5ab0d2dda0e0970596586a
|
||||||
third_party/opencensus-proto 4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89
|
third_party/opencensus-proto 4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89
|
||||||
third_party/opentelemetry 60fa8754d890b5c55949a8c68dcfd7ab5c2395df
|
third_party/opentelemetry 60fa8754d890b5c55949a8c68dcfd7ab5c2395df
|
||||||
|
third_party/opentelemetry-cpp 4bd64c9a336fd438d6c4c9dad2e6b61b0585311f
|
||||||
third_party/protobuf 7f94235e552599141950d7a4a3eaf93bc87d1b22
|
third_party/protobuf 7f94235e552599141950d7a4a3eaf93bc87d1b22
|
||||||
third_party/protoc-gen-validate fab737efbb4b4d03e7c771393708f75594b121e4
|
third_party/protoc-gen-validate fab737efbb4b4d03e7c771393708f75594b121e4
|
||||||
third_party/re2 0c5616df9c0aaa44c9440d87422012423d91c7d1
|
third_party/re2 0c5616df9c0aaa44c9440d87422012423d91c7d1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue