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 with LiteLLM.
Install the following packages
Set up LiteLLMInstrumentor
to trace your application and sends the traces to Arize at the endpoint defined below.
Now, all calls by litellm
are instrumented!
Last updated
Was this helpful?