diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
commit | e6918187568dbd01842d8d1d2c808ce16a894239 (patch) | |
tree | 64f88b554b444a49f656b6c656111a145cbbaa28 /src/jaegertracing/opentelemetry-cpp/.gitmodules | |
parent | Initial commit. (diff) | |
download | ceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip |
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/jaegertracing/opentelemetry-cpp/.gitmodules')
-rw-r--r-- | src/jaegertracing/opentelemetry-cpp/.gitmodules | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/jaegertracing/opentelemetry-cpp/.gitmodules b/src/jaegertracing/opentelemetry-cpp/.gitmodules new file mode 100644 index 000000000..c422e39e2 --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/.gitmodules @@ -0,0 +1,34 @@ +[submodule "third_party/prometheus-cpp"] +path = third_party/prometheus-cpp +url = https://github.com/jupp0r/prometheus-cpp +branch = master + +[submodule "tools/vcpkg"] +path = tools/vcpkg +url = https://github.com/Microsoft/vcpkg +branch = master + +[submodule "third_party/ms-gsl"] +path = third_party/ms-gsl +url = https://github.com/microsoft/GSL +branch = main + +[submodule "third_party/googletest"] +path = third_party/googletest +url = https://github.com/google/googletest +branch = main + +[submodule "third_party/benchmark"] +path = third_party/benchmark +url = https://github.com/google/benchmark +branch = main + +[submodule "third_party/opentelemetry-proto"] +path = third_party/opentelemetry-proto +url = https://github.com/open-telemetry/opentelemetry-proto +branch = main + +[submodule "third_party/nlohmann-json"] +path = third_party/nlohmann-json +url = https://github.com/nlohmann/json +branch = master |