Skip to content

Commit

Permalink
enrich log
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhizzz committed Aug 5, 2024
1 parent 9c686a8 commit b366ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def handler(path):
if deployment not in resource_mapper:
return 'Not Found', 404

with tracer.start_as_current_span("request_to_openai"):
with tracer.start_as_current_span("request_to_openai_"+deployment):
return request_to_openai(body_str, deployment, path, api_version)


Expand Down

0 comments on commit b366ab5

Please sign in to comment.