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
1 change: 1 addition & 0 deletions sqle/locale/active.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ ApMetricNameQueryTimeMax = "Max execution time(s)"
ApMetricNameQueryTimeMaxMS = "Max execution time(ms)"
ApMetricNameQueryTimeTotal = "Total execution time(s)"
ApMetricNameQueryTimeTotalMS = "Total execution time(ms)"
ApMetricNameQueryTimeTotalUS = "Total execution time(μs)"
ApMetricNameRowExaminedAvg = "Average examined rows"
ApMetricNameRowExaminedAvgMoreThan = "Average examined rows > "
ApMetricNameRequestTime = "Request Time"
Expand Down
1 change: 1 addition & 0 deletions sqle/locale/active.zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ ApMetricNameQueryTimeAvgMoreThan = "平均执行时间(s) > "
ApMetricNameQueryTimeMax = "最长执行时间(s)"
ApMetricNameQueryTimeMaxMS = "最长执行时间(ms)"
ApMetricNameQueryTimeTotal = "总执行时间(s)"
ApMetricNameQueryTimeTotalUS = "总执行时间(μs)"
ApMetricNameQueryTimeTotalMS = "总执行时间(ms)"
ApMetricNameRowExaminedAvg = "平均扫描行数"
ApMetricNameRowExaminedAvgMoreThan = "平均扫描行数 > "
Expand Down
1 change: 1 addition & 0 deletions sqle/locale/message_zh.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ var (
ApMetricNameQueryTimeTotal = &i18n.Message{ID: "ApMetricNameQueryTimeTotal", Other: "总执行时间(s)"}
ApMetricNameQueryTimeAvg = &i18n.Message{ID: "ApMetricNameQueryTimeAvg", Other: "平均执行时间(s)"}
ApMetricNameQueryTimeTotalMS = &i18n.Message{ID: "ApMetricNameQueryTimeTotalMS", Other: "总执行时间(ms)"}
ApMetricNameQueryTimeTotalUS = &i18n.Message{ID: "ApMetricNameQueryTimeTotalUS", Other: "总执行时间(μs)"}
ApMetricNameQueryTimeAvgMS = &i18n.Message{ID: "ApMetricNameQueryTimeAvgMS", Other: "平均执行时间(ms)"}
ApMetricNameCounter = &i18n.Message{ID: "ApMetricNameCounter", Other: "执行次数"}
ApMetricNameCPUTimeAvg = &i18n.Message{ID: "ApMetricNameCPUTimeAvg", Other: "平均 CPU 时间(μs)"}
Expand Down
Loading