This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new d389ff74596 HDDS-13742. Upgrade Jaeger to v2 (#9099)
d389ff74596 is described below

commit d389ff745960e50c8d2f4d90075ae36c112c625b
Author: Rishabh Patel <[email protected]>
AuthorDate: Sat Oct 4 07:10:15 2025 -0700

    HDDS-13742. Upgrade Jaeger to v2 (#9099)
---
 hadoop-ozone/dist/src/main/compose/ozone/monitoring.yaml             | 4 +---
 hadoop-ozone/dist/src/main/k8s/definitions/jaeger/jaeger.yaml        | 5 +----
 .../dist/src/main/k8s/examples/ozone-dev/jaeger-statefulset.yaml     | 5 +----
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/compose/ozone/monitoring.yaml 
b/hadoop-ozone/dist/src/main/compose/ozone/monitoring.yaml
index e977ebeccdb..2ce5a725da6 100644
--- a/hadoop-ozone/dist/src/main/compose/ozone/monitoring.yaml
+++ b/hadoop-ozone/dist/src/main/compose/ozone/monitoring.yaml
@@ -21,9 +21,7 @@ x-monitoring-config:
 
 services:
   jaeger:
-    image: jaegertracing/all-in-one:latest
-    environment:
-      COLLECTOR_ZIPKIN_HTTP_PORT: 9411
+    image: jaegertracing/jaeger:latest
     ports:
       - 16686:16686
       - 4317:4317
diff --git a/hadoop-ozone/dist/src/main/k8s/definitions/jaeger/jaeger.yaml 
b/hadoop-ozone/dist/src/main/k8s/definitions/jaeger/jaeger.yaml
index 22921df2ed9..78fc3fb65b5 100644
--- a/hadoop-ozone/dist/src/main/k8s/definitions/jaeger/jaeger.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/definitions/jaeger/jaeger.yaml
@@ -45,12 +45,9 @@ spec:
     spec:
       containers:
         - name: jaeger
-          image: jaegertracing/all-in-one:latest
+          image: jaegertracing/jaeger:latest
           ports:
             - containerPort: 16686
               name: web
             - containerPort: 4317
               name: otlp-grpc
-          env:
-            - name: COLLECTOR_ZIPKIN_HTTP_PORT
-              value: "9411"
diff --git 
a/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/jaeger-statefulset.yaml 
b/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/jaeger-statefulset.yaml
index 45e671a85c5..76243d8841f 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/jaeger-statefulset.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/jaeger-statefulset.yaml
@@ -33,12 +33,9 @@ spec:
     spec:
       containers:
       - name: jaeger
-        image: jaegertracing/all-in-one:latest
+        image: jaegertracing/jaeger:latest
         ports:
         - containerPort: 16686
           name: web
         - containerPort: 4317
           name: otlp-grpc
-        env:
-        - name: COLLECTOR_ZIPKIN_HTTP_PORT
-          value: "9411"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to