Tracing and instrumentation utilities for Litellm_Proxy integration.
class MaximLiteLLMProxyTracer(CustomLogger)
def log_pre_api_call(model, messages, kwargs)
def log_success_event(kwargs, response_obj, start_time, end_time)
def log_failure_event(kwargs, response_obj, start_time, end_time)
async def async_log_pre_api_call(model, messages, kwargs)
async def async_log_success_event(kwargs, response_obj, start_time, end_time)
async def async_log_failure_event(kwargs, response_obj, start_time, end_time)
Was this page helpful?