View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Tracing and instrumentation utilities for Litellm_Proxy integration.
View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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?