Component | Description |
---|---|
Observe | Create a span with observe function decorator or wrapper |
Manual span creation | Create a span manually within a function |
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 session id, user id, and metadata to create a comprehensive tracing structure.