diff --git a/code/RTXConfiguration.py b/code/RTXConfiguration.py index 0d2c63cbd..b878973f9 100644 --- a/code/RTXConfiguration.py +++ b/code/RTXConfiguration.py @@ -138,7 +138,7 @@ def _private_init(self): # Setting Jaeger Configs if self.is_itrb_instance: self.jaeger_port = 6831 - self.jaeger_endpoint = "jaeger.sri" + self.jaeger_endpoint = "jaeger-otel-agent" self.telemetry_enabled = True else: self.jaeger_port = 6831