Vertex AI (Gemini)
Arize has first-class support for instrumenting VertexAI SDK and the Google Cloud AI Platform. 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 VertexAIInstrumentor
to trace your application and sends the traces to Phoenix at the endpoint defined below.
Now, all calls by generative_models
are instrumented!
Last updated