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",
|
||||
|
||||
@@ -1355,15 +1355,38 @@
|
||||
"comingSoon": "本 Tab 即將上線",
|
||||
"slo": {
|
||||
"kpi": {
|
||||
"autonomy_rate": "自主化率",
|
||||
"decision_accuracy": "決策準確率",
|
||||
"confidence_calibration": "信心校準",
|
||||
"km_growth_rate": "KM 成長率",
|
||||
"mcp_call_diversity": "MCP 呼叫多樣性",
|
||||
"auto_execute_success_rate": "自動執行成功率",
|
||||
"human_override_rate": "人工推翻率",
|
||||
"verifier_false_neg_rate": "驗證漏判率",
|
||||
"current": "當前",
|
||||
"target": "目標",
|
||||
"sparkline": "7 日趨勢",
|
||||
"loading": "載入中...",
|
||||
"error": "無法載入",
|
||||
"noData": "暫無資料"
|
||||
"noData": "暫無資料",
|
||||
"sampleCount": "樣本 {count}",
|
||||
"window": "視窗 {window}",
|
||||
"state": {
|
||||
"ok": "正常",
|
||||
"warning": "低於目標",
|
||||
"violated": "硬紅線",
|
||||
"skipped_low_volume": "低樣本等待",
|
||||
"no_data": "沒有資料",
|
||||
"error": "查詢失敗",
|
||||
"partial": "部分可評估"
|
||||
},
|
||||
"reason": {
|
||||
"none": "無",
|
||||
"denominator_below_minimum_events": "分母事件不足",
|
||||
"prometheus_nan_or_inf": "Prometheus 暫無有效分母",
|
||||
"prometheus_empty_result_metric_not_emitted": "Prometheus 尚未回傳指標",
|
||||
"unknown": "原因待查"
|
||||
}
|
||||
},
|
||||
"chart": {
|
||||
"title": "30 日違反事件時序",
|
||||
|
||||
Reference in New Issue
Block a user