diff options
author | Deepika Upadhyay <dupadhya@redhat.com> | 2021-10-25 14:54:07 +0200 |
---|---|---|
committer | Deepika Upadhyay <dupadhya@redhat.com> | 2021-11-24 15:29:18 +0100 |
commit | 602b1ac2075b973f710472205a646434feb95396 (patch) | |
tree | 6f9c83bd6afe44f7fe325a001b86e6dad2a76ee2 /.gitmodules | |
parent | cmake: replace opentracing-cpp with opentelemetry-cpp (diff) | |
download | ceph-602b1ac2075b973f710472205a646434feb95396.tar.xz ceph-602b1ac2075b973f710472205a646434feb95396.zip |
.gitmodules: remove submodule jaeger-cpp-client
instead we'll be using opentelemetry exporter for jaeger client services
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index dff7d55cc42..1fd459a125e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,10 +62,6 @@ [submodule "s3select"] path = src/s3select url = https://github.com/ceph/s3select.git -[submodule "src/jaegertracing/jaeger-client-cpp"] - path = src/jaegertracing/jaeger-client-cpp - url = https://github.com/ceph/jaeger-client-cpp.git - branch = hunter-disabled [submodule "src/libkmip"] path = src/libkmip url = https://github.com/ceph/libkmip |