The TruGuard Analytics page provides deep visibility into how input and output guardrails are performing in production. It helps teams monitor request volume, validation behavior, latency impact, and failure patterns across validators and categories. This page is designed for runtime oversight, performance tuning, and security/compliance auditing.Documentation Index
Fetch the complete documentation index at: https://docs.trusys.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview Metrics
At the top of the page, high-level metrics summarize overall guardrail activity. Total Requests The total number of requests processed by TruGuard during the selected time range.This includes both input and output guardrail evaluations. Requests Trend A time-series view showing how guardrail-protected requests change over time. Requests Breakdown
- Successful Requests โ Requests that passed all enabled validations
- Request Errors โ Requests that triggered validation failures or exceptions
Guardrail Latency
This section helps you understand the runtime overhead introduced by guardrails. Aggregate Guardrail Latency Displays latency percentiles across all guardrails:- Average
- p60
- p90
- p99
- X-axis: Latency buckets (ms)
- Y-axis: Frequency of requests
- PII detection
- Content moderation
- Post-generation filtering
- Average latency
- p60, p90, and p99 values
- Trends across days
Guardrail Analysis
This section focuses on what validations are happening and where failures occur. Filters: You can switch views between:- All Guardrails
- Input Guardrails
- Output Guardrails
- Total Validation Checks โ Number of validator executions
- Exceptions โ Requests where at least one validator failed
- Exception Rate (%) โ Percentage of validations resulting in failures
Category Failure Analysis
This table breaks down failures by category, stage, and volume.| Category | Stage | Validation Volume | Failed Volume | Failure % |
|---|
- PII Leak (Input / Output)
- Intent Violations
- Regex Matches
- Prompt Injection
Validation Failures
The Validation Failures tab provides a detailed, request-level view of guardrail violations. Each row represents a single validation failure and includes:- Validator ID
- Date
- Category
- Stage (Input or Output)
- Prompt / Output (truncated)
- Action Taken
- Latency
Validation Failure Details
Clicking on any failure opens a detailed view showing exactly what happened. Original Prompt / Response: Displays the full input or output content that triggered the validation. Exception Details Includes:- Validator Type (e.g., Regex, PII, Content Safety)
- Failure Reason โ Human-readable explanation of why the validation failed
- Condition โ The rule or pattern that triggered the failure (e.g.,
[A-z])
- Filter
- Fix
- Encrypt
- Allow but log
- Stop execution
- Re-ask