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;