clean up service metrics

This commit is contained in:
Ishaan Jaff 2025-04-02 17:50:41 -07:00
parent 73bbd0a446
commit 05b30e28db
3 changed files with 87 additions and 25 deletions

View file

@ -124,6 +124,7 @@ class ServiceLogging(CustomLogger):
service=service,
duration=duration,
call_type=call_type,
event_metadata=event_metadata,
)
for callback in litellm.service_callback:
@ -229,6 +230,7 @@ class ServiceLogging(CustomLogger):
service=service,
duration=duration,
call_type=call_type,
event_metadata=event_metadata,
)
for callback in litellm.service_callback: