# HELP llmtrace_security_findings_total Total security findings detected
# TYPE llmtrace_security_findings_total counter
llmtrace_security_findings_total{finding_type="prompt_injection",severity="High"} 12.0
llmtrace_security_findings_total{finding_type="jailbreak",severity="Medium"} 4.0
# HELP llmtrace_action_executions_total Total enforcement actions executed by the router
# TYPE llmtrace_action_executions_total counter
llmtrace_action_executions_total{action_type="judge_route",status="success",mode="active"} 7.0
# HELP llmtrace_judge_queue_depth Current judge worker queue depth
# TYPE llmtrace_judge_queue_depth gauge
llmtrace_judge_queue_depth 2.0
# HELP llmtrace_judge_latency_seconds Judge call latency in seconds
# TYPE llmtrace_judge_latency_seconds histogram
llmtrace_judge_latency_seconds_bucket{le="0.1",backend="deberta",mode="sync",model="x"} 1.0
llmtrace_judge_latency_seconds_bucket{le="0.5",backend="deberta",mode="sync",model="x"} 4.0
llmtrace_judge_latency_seconds_bucket{le="+Inf",backend="deberta",mode="sync",model="x"} 5.0
llmtrace_judge_latency_seconds_count{backend="deberta",mode="sync",model="x"} 5.0
llmtrace_judge_latency_seconds_sum{backend="deberta",mode="sync",model="x"} 0.42
# HELP llmtrace_judge_dropped_total Judge requests dropped without a backend call, by reason
# TYPE llmtrace_judge_dropped_total counter
llmtrace_judge_dropped_total{reason="below_threshold"} 0.0
# HELP llmtrace_judge_shadow_would_block_total Verdicts suppressed by shadow mode that would have been blocked
# TYPE llmtrace_judge_shadow_would_block_total counter
llmtrace_judge_shadow_would_block_total{category="prompt_injection",recommended_action="block"} 0.0
llmtrace_judge_shadow_would_block_total{category="jailbreak",recommended_action="flag"} 1.0
# HELP llmtrace_judge_requests_total Judge invocations by backend, model, mode, and status
# TYPE llmtrace_judge_requests_total counter
llmtrace_judge_requests_total{backend="deberta",model="x",mode="async",status="ok"} 4.0
llmtrace_judge_requests_total{backend="deberta",model="x",mode="async",status="backend_error"} 1.0
