mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(Fix + Testing) - Add dd-trace-run
to litellm ci/cd pipeline + fix bug caused by dd-trace
patching OpenAI sdk (#7820)
* add dd trace to e2e docker run tests * update dd trace v * fix entrypoint * dd trace fixes * proxy_build_from_pip_tests * build python3.13 * use py 3.13 * fix build from pip * dd trace fix * proxy_build_from_pip_tests * bump build from pip
This commit is contained in:
parent
559006643d
commit
b4735fbbc0
5 changed files with 25 additions and 11 deletions
|
@ -3251,7 +3251,7 @@ class ProxyStartupEvent:
|
|||
if get_secret_bool("USE_DDTRACE", False) is True:
|
||||
import ddtrace
|
||||
|
||||
ddtrace.patch_all(logging=True)
|
||||
ddtrace.patch_all(logging=True, openai=False)
|
||||
|
||||
|
||||
#### API ENDPOINTS ####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue