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 9f56748274e HDDS-13741. Invalid OTEL_EXPORTER_OTLP_ENDPOINT, must be
full Jaeger URL (#9098)
9f56748274e is described below
commit 9f56748274e7c80f9cdb51f218796544e502e69d
Author: Rishabh Patel <[email protected]>
AuthorDate: Sat Oct 4 04:50:13 2025 -0700
HDDS-13741. Invalid OTEL_EXPORTER_OTLP_ENDPOINT, must be full Jaeger URL
(#9098)
---
hadoop-ozone/dist/src/main/compose/ozone/monitoring.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/compose/ozone/monitoring.conf
b/hadoop-ozone/dist/src/main/compose/ozone/monitoring.conf
index cbd6e665a57..ef490953a1d 100644
--- a/hadoop-ozone/dist/src/main/compose/ozone/monitoring.conf
+++ b/hadoop-ozone/dist/src/main/compose/ozone/monitoring.conf
@@ -19,7 +19,7 @@ OZONE-SITE.XML_hdds.tracing.enabled=true
OZONE-SITE.XML_ozone.metastore.rocksdb.statistics=ALL
HDFS-SITE.XML_rpc.metrics.quantile.enable=true
HDFS-SITE.XML_rpc.metrics.percentiles.intervals=60,300
-OTEL_EXPORTER_OTLP_ENDPOINT=jaeger
+OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4317
OTEL_TRACES_SAMPLER_ARG=1
#Enable this variable to print out all hadoop rpc traffic to the stdout. See
http://byteman.jboss.org/ to define your own instrumentation.
#BYTEMAN_SCRIPT_URL=https://raw.githubusercontent.com/apache/hadoop/trunk/dev-support/byteman/hadooprpc.btm
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]