feat: implement Async Profiling widget (#434)

This commit is contained in:
Fine0830
2024-11-28 17:50:43 +08:00
committed by GitHub
parent e164d87209
commit fb0817eed8
26 changed files with 1185 additions and 21 deletions

View File

@@ -390,5 +390,10 @@ const msg = {
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
valueDashboard: "Data Value Related Dashboard",
viewValueDashboard: "View Dashboard",
errorInstances: "Error Instances",
successInstances: "Success Instances",
profilingEvents: "Async Profiling Events",
execArgs: "Exec Args",
instances: "Instances",
};
export default msg;

View File

@@ -390,5 +390,10 @@ const msg = {
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
valueDashboard: "Data Value Related Dashboard",
viewValueDashboard: "View Dashboard",
errorInstances: "Error Instances",
successInstances: "Success Instances",
profilingEvents: "Async Profiling Events",
execArgs: "Exec Args",
instances: "Instances",
};
export default msg;

View File

@@ -388,5 +388,10 @@ const msg = {
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
valueDashboard: "数据值相关的仪表板",
viewValueDashboard: "查看仪表板",
errorInstances: "错误的实例",
successInstances: "成功的实例",
profilingEvents: "异步分析事件",
execArgs: "String任务扩展",
instances: "实例",
};
export default msg;