feat: visualize Snapshot on Alerting page (#444)

This commit is contained in:
Fine0830
2025-01-13 17:24:32 +08:00
committed by GitHub
parent 55b3867bea
commit 8ea50c8680
12 changed files with 323 additions and 24 deletions

View File

@@ -395,5 +395,7 @@ const msg = {
profilingEvents: "Async Profiling Events",
execArgs: "Exec Args",
instances: "Instances",
snapshot: "Snapshot",
expression: "Expression",
};
export default msg;

View File

@@ -395,5 +395,7 @@ const msg = {
profilingEvents: "Async Profiling Events",
execArgs: "Exec Args",
instances: "Instances",
snapshot: "Snapshot",
expression: "Expression",
};
export default msg;

View File

@@ -393,5 +393,7 @@ const msg = {
profilingEvents: "异步分析事件",
execArgs: "String任务扩展",
instances: "实例",
snapshot: "快照",
expression: "表达式",
};
export default msg;