From b80f27dce32c22cae42de2a820e0de2279036dbf Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 11 Sep 2024 21:25:27 -0700 Subject: [PATCH] fix otel tests --- tests/load_tests/test_otel_load_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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