Skip to content

Commit

Permalink
translate
Browse files Browse the repository at this point in the history
  • Loading branch information
oujinliang committed Sep 1, 2023
1 parent b172414 commit 78e8a60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ public void parse(TSpanData tSpanData) {
log.error("serviceName is empty : " + tSpanData);
return;
}
// 统计span来源、qps、日总量等信息
// Collect information such as span source, QPS, daily total, etc.
traceStatistics(serviceName);
// 解析TSpanData,转换为指标类
// Parse TSpanData and convert it into an indicator class.
MetricsParseResult metricsParseResult = metricsParse(tSpanData);
if (metricsParseResult.isIgnore()) {
return;
Expand Down

0 comments on commit 78e8a60

Please sign in to comment.