Ishaan Jaff
|
4d50dcd417
|
Revert "(bug fix) - don't log messages, prompt, input in model_parameters in StandardLoggingPayload (#8923)"
This reverts commit a119cb420b .
|
2025-03-01 11:05:33 -08:00 |
|
Ishaan Jaff
|
dce5c3e16b
|
(bug fix) - dd tracer, only send traces when user opts into sending dd-trace (#8928)
* fix dd tracing null tracer bug
* fix dd tracing
* fix base aws llm
* test_should_use_dd_tracer
|
2025-03-01 10:53:36 -08:00 |
|
Ishaan Jaff
|
44cfa7eed3
|
(bug fix) - don't log messages, prompt, input in model_parameters in StandardLoggingPayload (#8923)
* fix _get_model_parameters
* test litellm logging
* test litellm logging
|
2025-03-01 10:27:24 -08:00 |
|
Ishaan Jaff
|
c3335ac90a
|
(Bug fix) dd-trace used by default on litellm proxy (#8817)
* fix _should_use_dd_tracer
* fix _should_use_dd_tracer
* _should_use_dd_tracer
* _should_use_dd_tracer
* _should_use_dd_tracer
* _init_dd_tracer
* _should_use_dd_tracer
* fix should use dd-tracer
* fix dd tracer
|
2025-02-25 19:54:22 -08:00 |
|
Ishaan Jaff
|
f940392971
|
(Observability) - Add more detailed dd tracing on Proxy Auth, Bedrock Auth (#8693)
* add dd tracer
* fix dd tracing
* add @tracer.wrap() on def user_api_key_auth
* add async_function_with_retries
* remove dead code
* add tracer.wrap on base aws llm
* add tracer.wrap on base aws llm
* fix print verbose
* fix dd tracing
* trace base aws llm
* fix test base aws llm
* fix converse transform
* test base aws llm
* BASE_AWS_LLM_PATH
* BASE_AWS_LLM_PATH
* test dd tracing
|
2025-02-20 18:00:41 -08:00 |
|
Ishaan Jaff
|
b571213569
|
(Bug fix) - Cache Health not working when configured with prometheus service logger (#8687)
* fix serialize on safe json dumps
* test_non_standard_dict_keys_complex
* ui fix HealthCheckCacheParams
* fix HealthCheckCacheParams
* fix code qa
* test_cache_ping_failure
* test_cache_ping_health_check_includes_only_cache_attributes
* test_cache_ping_health_check_includes_only_cache_attributes
|
2025-02-20 13:41:56 -08:00 |
|
Ishaan Jaff
|
752e93cbdb
|
(UI + Proxy) Cache Health Check Page - Cleanup/Improvements (#8665)
* fixes for redis cache ping serialization
* fix cache ping check
* fix cache health check ui
* working error details on ui
* ui expand / collapse error
* move cache health check to diff file
* fix displaying error from cache health check
* ui allow copying errors
* ui cache health fixes
* show redis details
* clean up cache health page
* ui polish fixes
* fix error handling on cache health page
* fix redis_cache_params on cache ping response
* error handling
* cache health ping response
* fx error response from cache ping
* parsedLitellmParams
* fix cache health check
* fix cache health page
* cache safely handle json dumps issues
* test caching routes
* test_primitive_types
* fix caching routes
* litellm_mapped_tests
* fix pytest-mock
* fix _serialize
* fix linting on safe dumps
* test_default_max_depth
* pip install "pytest-mock==3.12.0"
* litellm_mapped_tests_coverage
* add readme on new litellm test dir
|
2025-02-19 19:08:50 -08:00 |
|