fix: 临时保存编译错误修复
- 添加 LinuxDo 和 Update 配置(从 main 分支缺失) - 添加 LinuxDoConnectSyntheticEmailDomain 常量 - 添加 IsClaudeCodeClient context key - 添加 GetLinuxDoConnectOAuthConfig 方法 - 修复 BindStickySession 调用签名 - 修复前端 i18n 重复属性 - 重新生成 wire 依赖注入代码 这个提交准备被合并替换,先保存以防丢失。
This commit is contained in:
@@ -1844,30 +1844,6 @@ export default {
|
||||
healthyStatus: 'Healthy',
|
||||
riskyStatus: 'At Risk',
|
||||
idleStatus: 'Idle',
|
||||
realtime: {
|
||||
title: 'Realtime',
|
||||
connected: 'Connected',
|
||||
connecting: 'Connecting',
|
||||
reconnecting: 'Reconnecting',
|
||||
offline: 'Offline',
|
||||
closed: 'Closed',
|
||||
reconnectIn: 'Reconnect in {seconds}s'
|
||||
},
|
||||
tooltips: {
|
||||
qps: 'Queries per second - real-time request rate',
|
||||
sla: 'Service Level Agreement - percentage of requests within acceptable latency',
|
||||
latency: 'Request duration from start to finish',
|
||||
ttft: 'Time to First Token - latency until first response token',
|
||||
errors: 'Request errors within SLA scope',
|
||||
upstreamErrors: 'Errors from upstream services (excluding rate limits)',
|
||||
totalRequests: 'Total requests and tokens consumed in this time window',
|
||||
cpu: 'CPU usage percentage',
|
||||
memory: 'Memory usage percentage',
|
||||
db: 'Database connection pool status',
|
||||
redis: 'Redis connection pool status',
|
||||
goroutines: 'Go routine count (concurrent tasks)',
|
||||
jobs: 'Background job health status'
|
||||
},
|
||||
timeRange: {
|
||||
'5m': 'Last 5 minutes',
|
||||
'30m': 'Last 30 minutes',
|
||||
@@ -1875,11 +1851,6 @@ export default {
|
||||
'6h': 'Last 6 hours',
|
||||
'24h': 'Last 24 hours'
|
||||
},
|
||||
queryMode: {
|
||||
auto: 'Auto',
|
||||
raw: 'Raw Query',
|
||||
preagg: 'Pre-aggregated'
|
||||
},
|
||||
diagnosis: {
|
||||
title: 'Smart Diagnosis',
|
||||
footer: 'Automated diagnostic suggestions based on current metrics',
|
||||
|
||||
Reference in New Issue
Block a user