LiteLLM
Arize has first-class support for instrumenting LiteLLM. Traces are fully OpenTelemetry compatible and can be sent to any OpenTelemetry collector for viewing.
In this example we will instrument generate_content calls.
Set up LiteLLMInstrumentor
to trace your application and sends the traces to Phoenix at the endpoint defined below.
Now, all calls by litellm
are instrumented!
Last updated