feat(monitoring): add host RAG trace observability

This commit is contained in:
huanghuoguoguo
2026-06-17 00:13:57 +08:00
parent b3c6de2072
commit 8789c42eeb
20 changed files with 1339 additions and 35 deletions
+6
View File
@@ -1217,6 +1217,7 @@ const enUS = {
embeddingCalls: 'Embedding Calls',
modelCalls: 'Model Calls',
tokens: 'Token Monitoring',
traces: 'Traces',
feedback: 'User Feedback',
sessions: 'Session Analysis',
errors: 'Error Logs',
@@ -1321,6 +1322,11 @@ const enUS = {
noErrors: 'No errors found',
stackTrace: 'Stack Trace',
},
traces: {
title: 'Traces',
noTraces: 'No traces found',
noSpans: 'No spans recorded for this trace',
},
feedback: {
title: 'User Feedback',
totalFeedback: 'Total Feedback',
+6
View File
@@ -1158,6 +1158,7 @@ const zhHans = {
embeddingCalls: 'Embedding调用',
modelCalls: '模型调用',
tokens: 'Token 监控',
traces: '链路追踪',
feedback: '用户反馈',
sessions: '会话分析',
errors: '错误日志',
@@ -1262,6 +1263,11 @@ const zhHans = {
noErrors: '未找到错误',
stackTrace: '堆栈追踪',
},
traces: {
title: '链路追踪',
noTraces: '未找到链路记录',
noSpans: '此链路暂无 Span 记录',
},
feedback: {
title: '用户反馈',
totalFeedback: '总反馈数',