Build Custom Tracing ==================== Sophisticated observability patterns for complex LLM applications and production environments. .. toctree:: :maxdepth: 1 span-enrichment session-enrichment custom-spans class-decorators advanced-patterns tracer-auto-discovery When to Use These Guides ------------------------ Use these advanced tracing techniques when you need: - **Span enrichment** - Add custom metadata and context to individual traces - **Session enrichment** - Add metadata and context to entire sessions (collections of spans) - **Custom spans** - Manually create spans for business logic - **Class decorators** - Automatically trace entire classes - **Advanced patterns** - Context propagation, sampling, correlation - **Tracer discovery** - Understand how tracer resolution works Start with the guide that matches your specific need above