Skip to content

Commit

Permalink
Updating ITRB Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnthomas98 committed Dec 13, 2023
1 parent 2850a3b commit f5b4e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/RTXConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5b4e15

Please sign in to comment.