mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
clean up service metrics
This commit is contained in:
parent
73bbd0a446
commit
05b30e28db
3 changed files with 87 additions and 25 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue