How to/Log your application
Setting up your first trace
Learn how to set up tracing using the Maxim platform
We will cover the necessary steps to instrument your AI application and start monitoring and evaluating its performance.
Create a new repository on Maxim dashboard
Select Logs from the sidebar and click the "Create repository" button.
Install Maxim SDK
Quickstart
Set up distributed tracing for your GenAI applications to monitor performance and debug issues across services.
Use spans to group units of work
Spans help you organize and track requests across microservices within traces. A trace represents the entire journey of a request through your system, while spans are smaller units of work within that trace.