mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-01 18:59:46 +00:00
feat: enhance the async-profiling shorter intervals and custom duration options
This commit is contained in:
parent
f628c287bd
commit
8e63eab8fc
@ -401,5 +401,8 @@ const msg = {
|
||||
recordsTTL: "Records TTL",
|
||||
clusterNodes: "Cluster Nodes",
|
||||
debuggingConfigDump: "Dump Effective Configurations",
|
||||
customDuration: "Custom Duration",
|
||||
maxDuration: "Max Duration",
|
||||
minutes: "Minutes",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -401,5 +401,8 @@ const msg = {
|
||||
recordsTTL: "Records TTL",
|
||||
clusterNodes: "Cluster Nodes",
|
||||
debuggingConfigDump: "Dump Effective Configurations",
|
||||
customDuration: "Duración Personalizada",
|
||||
maxDuration: "Duración Máxima",
|
||||
minutes: "Minutos",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -399,5 +399,8 @@ const msg = {
|
||||
recordsTTL: "Records TTL",
|
||||
clusterNodes: "集群节点",
|
||||
debuggingConfigDump: "转储有效配置",
|
||||
customDuration: "自定义时长",
|
||||
maxDuration: "最大时长",
|
||||
minutes: "分钟",
|
||||
};
|
||||
export default msg;
|
||||
|
Loading…
Reference in New Issue
Block a user