feat: add a title and a description for trace segments (#332)

This commit is contained in:
Fine0830
2023-10-23 17:42:02 +08:00
committed by GitHub
parent d9064e8b45
commit d2eae87957
5 changed files with 44 additions and 16 deletions

View File

@@ -382,5 +382,7 @@ const msg = {
addExpressions: "Add Expressions",
expressions: "Expression",
unhealthyExpression: "Unhealthy Expression",
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.",
};
export default msg;

View File

@@ -382,5 +382,7 @@ const msg = {
addExpressions: "Add Expressions",
expressions: "Expression",
unhealthyExpression: "Unhealthy Expression",
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.",
};
export default msg;

View File

@@ -380,5 +380,7 @@ const msg = {
addExpressions: "添加表达式",
expressions: "表达式",
unhealthyExpression: "非健康表达式",
traceDesc:
"Trace Segment代表在单一操作系统进程例如JVM中执行的追踪部分。它包含了一组跨度spans这些跨度通常与单一请求或执行上下文关联。",
};
export default msg;