Group related traces together for better observability
Sessions provide a way to group related traces together, making it easier to monitor and debug complex workflows in your LLM applications. By organizing traces into sessions, you can track the entire lifecycle of a user interaction or a multi-step process.
A session represents a logical grouping of related traces. A common example is a conversation with a particular user, where each response can be associated with a single trace.Sessions help you maintain context across multiple traces, making it easier to understand the full picture of your application’s behavior.