From 87099ed0b770460e95d74b76ffc189cf065d23fe Mon Sep 17 00:00:00 2001 From: ascrutae Date: Wed, 8 Feb 2017 15:24:43 +0800 Subject: [PATCH] fix #82 --- .../main/webapp/pages/common/traceInfo.ftl | 67 ++++++++++--------- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/skywalking-webui/src/main/webapp/pages/common/traceInfo.ftl b/skywalking-webui/src/main/webapp/pages/common/traceInfo.ftl index 16eab1257..a3ec3b7fd 100644 --- a/skywalking-webui/src/main/webapp/pages/common/traceInfo.ftl +++ b/skywalking-webui/src/main/webapp/pages/common/traceInfo.ftl @@ -3,12 +3,12 @@ - - - - - - + + + + + + @@ -26,19 +26,19 @@ - + @@ -90,7 +90,8 @@ - + @@ -116,20 +117,20 @@
    -
  • 服务/方法:{{>viewPointId}}
  • -
  • 调用类型:{{>spanTypeName}}
  • -
  • 调用时间:{{>startDate}}
  • -
  • 花费时间:{{>cost}}毫秒
  • -
  • 业务字段:{{>businessKey}}
  • -
  • 应用Code:{{>applicationCode}}
  • -
  • 主机信息:{{>address}}
  • -
  • 调用进程号:{{>processNo}}
  • -
  • 异常堆栈: +
  • Operation Name:{{>viewPointId}}
  • +
  • Span Type :{{>spanTypeName}}
  • +
  • Start Time :{{>startDate}}
  • +
  • Cost :{{>cost}}ms
  • +
  • Business Key:{{>businessKey}}
  • +
  • Application Name:{{>applicationCode}}
  • +
  • Host :{{>address}}
  • +
  • Process No. :{{>processNo}}
  • +
  • Exception stack: {{if exceptionStack}} {{>exceptionStack}} {{/if}} {{if serverExceptionStr}} -
    服务端异常堆栈:{{>serverExceptionStr}} +
    Server:{{>serverExceptionStr}} {{/if}}
@@ -144,15 +145,15 @@
服务名类型状态服务/方法主机信息时间轴Application CodeTypeStatusOperation NameHostTime
.... .... ....该调用链超过{{>maxQueryNodeSize}}个节点,仅展现调用入口,具体调用情况可查询HBaseThe number of call chain node is great than the max query node size({{>maxQueryNodeSize}}), only call entry node is displayed. .... ....
.... .... ....该调用链共{{>totalSize}}个调用节点,已超过最大展示节点数({{>maxShowNodeSize}}个),仅展现前{{>showSize}}个节点的缩略图The total of call chain node is {{>totalSize}},but the number is great than then max number of showing node({{>maxShowNodeSize}}) + , Only the first {{>showSize}} chain node are displayed. .... ....