feat: add expressions to dashboard configurations on the dashboard list page (#358)

This commit is contained in:
Fine0830
2024-01-11 13:40:37 +08:00
committed by GitHub
parent 4ec99fc868
commit 867af6924d
6 changed files with 104 additions and 2 deletions

View File

@@ -385,5 +385,6 @@ const msg = {
traceDesc:
"The trace segment serves as a representation of a trace portion executed within one single OS process, such as a JVM. It comprises a collection of spans, typically associated with and collected from a single request or execution context.",
tabExpressions: "Tab Expressions",
hierarchyNodeMetrics: "Metrics related with hierarchy topology nodes",
};
export default msg;