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;