feat(governance): surface adr100 slo states
This commit is contained in:
@@ -1354,15 +1354,38 @@
|
||||
"comingSoon": "This tab is coming soon",
|
||||
"slo": {
|
||||
"kpi": {
|
||||
"autonomy_rate": "Autonomy Rate",
|
||||
"decision_accuracy": "Decision Accuracy",
|
||||
"confidence_calibration": "Confidence Calibration",
|
||||
"km_growth_rate": "KM Growth Rate",
|
||||
"mcp_call_diversity": "MCP Call Diversity",
|
||||
"auto_execute_success_rate": "Auto Execute Success",
|
||||
"human_override_rate": "Human Override Rate",
|
||||
"verifier_false_neg_rate": "Verifier False Negative",
|
||||
"current": "Current",
|
||||
"target": "Target",
|
||||
"sparkline": "7-day trend",
|
||||
"loading": "Loading...",
|
||||
"error": "Failed to load",
|
||||
"noData": "No data"
|
||||
"noData": "No data",
|
||||
"sampleCount": "Samples {count}",
|
||||
"window": "Window {window}",
|
||||
"state": {
|
||||
"ok": "OK",
|
||||
"warning": "Below target",
|
||||
"violated": "Hard red line",
|
||||
"skipped_low_volume": "Low sample wait",
|
||||
"no_data": "No data",
|
||||
"error": "Query failed",
|
||||
"partial": "Partially evaluable"
|
||||
},
|
||||
"reason": {
|
||||
"none": "None",
|
||||
"denominator_below_minimum_events": "Denominator events too low",
|
||||
"prometheus_nan_or_inf": "Prometheus has no valid denominator yet",
|
||||
"prometheus_empty_result_metric_not_emitted": "Prometheus has not returned the metric yet",
|
||||
"unknown": "Reason pending"
|
||||
}
|
||||
},
|
||||
"chart": {
|
||||
"title": "30-day Violation Timeline",
|
||||
|
||||
Reference in New Issue
Block a user