retentionDaysHint:'Recommended 7-90 days, longer periods will consume more storage',
aggregation:'Pre-aggregation Tasks',
enableAggregation:'Enable Pre-aggregation',
aggregationHint:'Pre-aggregation improves query performance for long time windows',
validation:{
title:'Please fix the following issues',
retentionDaysRange:'Retention days must be between 1-365 days'
}
},
concurrency:{
concurrency:{
title:'Concurrency / Queue',
title:'Concurrency / Queue',
byPlatform:'By Platform',
byPlatform:'By Platform',
...
@@ -2334,12 +2387,13 @@ export default {
...
@@ -2334,12 +2387,13 @@ export default {
accountError:'Error'
accountError:'Error'
},
},
tooltips:{
tooltips:{
totalRequests:'Total number of requests (including both successful and failed requests) in the selected time window.',
throughputTrend:'Requests/QPS + Tokens/TPS in the selected window.',
throughputTrend:'Requests/QPS + Tokens/TPS in the selected window.',
latencyHistogram:'Latency distribution (duration_ms) for successful requests.',
latencyHistogram:'Latency distribution (duration_ms) for successful requests.',
errorTrend:'Error counts over time (SLA scope excludes business limits; upstream excludes 429/529).',
errorTrend:'Error counts over time (SLA scope excludes business limits; upstream excludes 429/529).',
errorDistribution:'Error distribution by status code.',
errorDistribution:'Error distribution by status code.',
goroutines:
goroutines:
'Number of Go runtime goroutines (lightweight threads). There is no absolute “safe” number—use your historical baseline. Heuristic: <2k is common; 2k–8k watch; >8k plus rising queue/latency often suggests blocking/leaks.',
'Number of Go runtime goroutines (lightweight threads). There is no absolute "safe" number—use your historical baseline. Heuristic: <2k is common; 2k–8k watch; >8k plus rising queue/latency often suggests blocking/leaks.',
cpu:'CPU usage percentage, showing system processor load.',
cpu:'CPU usage percentage, showing system processor load.',
memory:'Memory usage, including used and total available memory.',
memory:'Memory usage, including used and total available memory.',
db:'Database connection pool status, including active, idle, and waiting connections.',
db:'Database connection pool status, including active, idle, and waiting connections.',
...
@@ -2349,6 +2403,7 @@ export default {
...
@@ -2349,6 +2403,7 @@ export default {
tokens:'Total number of tokens processed in the current time window.',
tokens:'Total number of tokens processed in the current time window.',