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 @@ -52,6 +52,7 @@ ApMetaThreadsConnected = "ThreadsConnected"
ApMetaTiDBAuditLog = "TiDB audit log"
ApMetaTiDBSlowLog = "TiDB slow log"
ApMetaTiDBTopSQL = "TiDB TOP SQL"
ApMetaTiDBProcesslist = "TiDB Processlist"
ApMetaTopSQL = "Top SQL"
ApMetricEngine = "engine"
ApMetricNameActiveTimeTotal = "Total active time (ms)"
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 @@ -52,6 +52,7 @@ ApMetaThreadsConnected = "线程数"
ApMetaTiDBAuditLog = "TiDB审计日志"
ApMetaTiDBSlowLog = "TiDB慢日志"
ApMetaTiDBTopSQL = "TiDB TOP SQL"
ApMetaTiDBProcesslist = "TiDB Processlist"
ApMetaTopSQL = "Top SQL"
ApMetricEngine = "引擎"
ApMetricNameActiveTimeTotal = "活动总时间(ms)"
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 @@ -426,6 +426,7 @@ var (
ApMetaGoldenDBTopSQL = &i18n.Message{ID: "ApMetaGoldenDBTopSQL", Other: "GoldenDB TOP SQL"}
ApMetaTiDBTopSQL = &i18n.Message{ID: "ApMetaTiDBTopSQL", Other: "TiDB TOP SQL"}
ApMetaTiDBSlowLog = &i18n.Message{ID: "ApMetaTiDBSlowLog", Other: "TiDB慢日志"}
ApMetaTiDBProcesslist = &i18n.Message{ID: "ApMetaTiDBProcesslist", Other: "TiDB Processlist"}
ApMetaMySQLTopSQL = &i18n.Message{ID: "ApMetaMySQLTopSQL", Other: "MySQL TOP SQL"}
ApMetaMSSQLTopSQL = &i18n.Message{ID: "ApMetaMSSQLTopSQL", Other: "SQL Server TOP SQL"}
ApMetricQueryTimeAvg = &i18n.Message{ID: "ApMetricQueryTimeAvg", Other: "平均查询时间(s)"}
Expand Down
Loading