Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions packages/business/src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1520,9 +1520,14 @@ export default {
'Click to view the IP address information for the fully managed agent.',
packages_business_demo_database_desc:
'Demo data source, allows for quick creation of data source information, with no need to prepare database details for an immediate experience.',
packages_business_api_server_p95_warn: 'When the time taken for any API Server request exceeds the alarm threshold P95',
packages_business_api_server_p99_warn: 'When the response time P99 of any API Server request exceeds the alarm threshold',
packages_business_api_server_error_rate_warn: 'When the error rate of any API Server request exceeds the alarm threshold',
packages_business_api_server_p95_warn:
'When the time taken for any API Server request exceeds the alarm threshold P95',
packages_business_api_server_p99_warn:
'When the response time P99 of any API Server request exceeds the alarm threshold',
packages_business_api_server_error_rate_warn:
'When the error rate of any API Server request exceeds the alarm threshold',
packages_business_task_source_no_incremental_event:
'When the source has enabled the heartbeat table but no incremental events have been received for 60 consecutive seconds',
packages_business_use_ssl: 'Use SSL',
packages_business_certificate_authority: 'CA File',
packages_business_client_certificate: 'Client Certificate File',
Expand Down
11 changes: 8 additions & 3 deletions packages/business/src/locale/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,14 @@ export default {
packages_business_milestone_list_haoshi: '耗时',
packages_business_milestone_list_guanjianbuzhou: '关键步骤',
packages_business_nodes_list_laiyuan: '来源',
packages_business_api_server_p95_warn: '当任一API Server 请求耗时P95超过告警阈值时',
packages_business_api_server_p99_warn: '当任一API Server 请求耗时P99超过告警阈值时',
packages_business_api_server_error_rate_warn: '当任一API Server 请求错误率超过告警阈值时',
packages_business_api_server_p95_warn:
'当任一API Server 请求耗时P95超过告警阈值时',
packages_business_api_server_p99_warn:
'当任一API Server 请求耗时P99超过告警阈值时',
packages_business_api_server_error_rate_warn:
'当任一API Server 请求错误率超过告警阈值时',
packages_business_task_source_no_incremental_event:
'当源端已开启心跳表,连续 60 秒未接收到增量事件时',
//表详情
daas_data_discovery_previewdrawer_qingshurumingcheng: '请输入名称',
daas_data_discovery_previewdrawer_jiedian: '节点',
Expand Down
1 change: 1 addition & 0 deletions packages/business/src/locale/lang/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ export default {
packages_business_api_server_p95_warn: '當任一API Server請求耗時P95超過告警閾值時',
packages_business_api_server_p99_warn: '當任一API Server請求耗時P99超過告警閾值時',
packages_business_api_server_error_rate_warn: '當任一API Server請求錯誤率超過告警閾值時',
packages_business_task_source_no_incremental_event: '當源端已開啟心跳表,連續 60 秒未接收到增量事件時',
packages_business_setting_alarmnotification_dangrenwuuP: 'Agent服务啓動時',
packages_business_setting_alarmnotification_msshigaojing: ' 時告警',
packages_business_setting_alarmnotification_lianxu: '連續',
Expand Down
3 changes: 3 additions & 0 deletions packages/business/src/views/setting/AlarmSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ const keyMapping = reactive({
API_SERVER_P95_WARN: t('packages_business_api_server_p95_warn'),
API_SERVER_P99_WARN: t('packages_business_api_server_p99_warn'),
API_SERVER_ERROR_RATE_WARN: t('packages_business_api_server_error_rate_warn'),
TASK_SOURCE_NO_INCREMENTAL_EVENT: t(
'packages_business_task_source_no_incremental_event',
),
})
const variables = ref([])

Expand Down
1 change: 1 addition & 0 deletions packages/dag/src/MonitorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { batchMeasurements } from '@tap/api/src/core/measurement'
import { getTaskById, getTaskRecords } from '@tap/api/src/core/task'
import TaskStatus from '@tap/business/src/components/TaskStatus.vue'
import { ALARM_LEVEL_SORT } from '@tap/business/src/shared/const'
import SharedCacheDetails from '@tap/business/src/views/shared-cache/Details.vue'
import SharedCacheEditor from '@tap/business/src/views/shared-cache/Editor.vue'
import SharedMiningEditor from '@tap/business/src/views/shared-mining/Editor.vue'
Expand Down
3 changes: 3 additions & 0 deletions packages/i18n/src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,7 @@ export default {
public_import_count: '{0} items imported',
public_apply_to_form: 'Apply to Form',
public_copy_text: 'Copy Text',
public_last_capture_time: 'Last Capture Time',
public_alarm_date: 'Alarm Time',
public_duration: 'Duration',
}
3 changes: 3 additions & 0 deletions packages/i18n/src/locale/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,4 +651,7 @@ export default {
public_import_count: '已导入 {0} 条',
public_apply_to_form: '应用到表单',
public_copy_text: '复制文本',
public_last_capture_time: '最近观测时间',
public_alarm_date: '告警时间',
public_duration: '时长',
}
3 changes: 3 additions & 0 deletions packages/i18n/src/locale/lang/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,4 +648,7 @@ export default {
public_import_count: '已匯入 {0} 條',
public_apply_to_form: '套用到表單',
public_copy_text: '複製文字',
public_last_capture_time: '最近觀測時間',
public_alarm_date: '告警時間',
public_duration: '時長',
}
Loading