Tracing#
Tracing enhances the observability of guardrails execution. This section explains the configuration process for implementing tracing with NeMo Guardrails.
With tracing, you can:
Track which rails are activated during conversations.
Monitor LLM calls and their performance.
Debug flow execution and identify bottlenecks.
Analyze conversation patterns and errors.
Contents#
Quick Start - Minimal setup to enable tracing using the OpenTelemetry SDK
Adapter Configurations - Detailed configuration for FileSystem, OpenTelemetry, and Custom adapters
Advanced OpenTelemetry Integration - Production-ready OpenTelemetry setup and ecosystem compatibility
common-integrations.md
- Setup examples for Jaeger, Zipkin, and OpenTelemetry CollectorTroubleshooting - Common issues and solutions