diff --git a/tests/load_tests/test_otel_load_test.py b/tests/load_tests/test_otel_load_test.py index 24cabaa09..1a7b83f5a 100644 --- a/tests/load_tests/test_otel_load_test.py +++ b/tests/load_tests/test_otel_load_test.py @@ -17,7 +17,9 @@ def test_otel_logging_async(): try: os.environ["OTEL_EXPORTER"] = "otlp_http" - os.environ["OTEL_ENDPOINT"] = "http://0.0.0.0:8090/traces" + os.environ["OTEL_ENDPOINT"] = ( + "https://exampleopenaiendpoint-production.up.railway.app/traces" + ) os.environ["OTEL_HEADERS"] = "Authorization=K0BSwd" # Make 5 calls with an empty success_callback