LiteLLM Instrumentation
Installation
Classes
LiteLLMInstrumentor
Respan instrumentation plugin that registers a LiteLLM CustomLogger callback and emits canonical chat spans through respan-tracing.
Methods
RespanLiteLLMCallback
Low-level callback class used by LiteLLMInstrumentor. Most applications should initialize it through Respan(instrumentations=[LiteLLMInstrumentor()]).