]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build: Fix opentelemetry-cpp build failure on Noble 64012/head
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 1 Apr 2025 21:00:32 +0000 (17:00 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 18 Jun 2025 15:33:07 +0000 (11:33 -0400)
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 <aemerson@redhat.com>
(cherry picked from commit 9c797f52a46edcd4ceb4bfb1a5c42c221230168b)

.gitmodules
src/jaegertracing/opentelemetry-cpp

index 8f3d66c1cd8b205cb27a7290c311a612d4a22cb2..9e9e212be2e01ff692cdb19fb7a459dbbda1d09f 100644 (file)
@@ -68,7 +68,7 @@
        url = https://github.com/JuliaStrings/utf8proc
 [submodule "src/jaegertracing/opentelemetry-cpp"]
        path = src/jaegertracing/opentelemetry-cpp
-       url = https://github.com/open-telemetry/opentelemetry-cpp.git
+       url = https://github.com/ceph/opentelemetry-cpp.git
 [submodule "src/qatlib"]
        path = src/qatlib
        url = https://github.com/intel/qatlib.git
index 9f3a8eeb1952c75d6d5f74aa4c5e6ed21e1318a8..95fe422d56d74ded3640c5cdcaa3011bc9e18f68 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9f3a8eeb1952c75d6d5f74aa4c5e6ed21e1318a8
+Subproject commit 95fe422d56d74ded3640c5cdcaa3011bc9e18f68