Skip to content

Commit

Permalink
fix otel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Sep 12, 2024
1 parent 97ecf86 commit b80f27d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/load_tests/test_otel_load_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b80f27d

Please sign in to comment.