Skip to content

Commit 9c797f5

Browse files
committed
build: Fix opentelemetry-cpp build failure on Noble
The version of the opentelemetry-cpp we currently use has a missing include in the Jaeger exporter. Newer versions remove the Jaeger exporter entirely. While upgrading sometime would be good, it doesn't have to happen right now. Thus do I hereby update the opentelemetry-cpp submodule. Fixes: https://tracker.ceph.com/issues/62804 Signed-off-by: Adam C. Emerson <[email protected]>
1 parent 04f76e0 commit 9c797f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
url = https://github.com/JuliaStrings/utf8proc
6666
[submodule "src/jaegertracing/opentelemetry-cpp"]
6767
path = src/jaegertracing/opentelemetry-cpp
68-
url = https://github.com/open-telemetry/opentelemetry-cpp.git
68+
url = https://github.com/ceph/opentelemetry-cpp.git
6969
[submodule "src/qatlib"]
7070
path = src/qatlib
7171
url = https://github.com/intel/qatlib.git

0 commit comments

Comments
 (0)