Component | Description |
---|---|
Observe | Create structured traces with the observe decorator/wrapper |
Sessions | Group related traces together for better organization |
User ID | Associate traces with specific users for targeted analysis |
Metadata | Add contextual information to your traces for filtering and grouping |
observe
wrapper or decorator to create parent spans that group your LLM calls into meaningful traces. Then, enhance these traces with sessions, user IDs, and metadata to create a comprehensive tracing structure.