You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by qi...@apache.org on 2021/06/29 08:16:01 UTC

[skywalking-rocketbot-ui] branch master updated: fix the error of server response time (#514)

This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 4abddc9  fix the error of server response time (#514)
4abddc9 is described below

commit 4abddc94123bdc02b79d98453e23d2fc7fc013e8
Author: CharliePu <he...@163.com>
AuthorDate: Tue Jun 29 16:15:53 2021 +0800

    fix the error of server response time (#514)
---
 src/graph/fragments/topology.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/graph/fragments/topology.ts b/src/graph/fragments/topology.ts
index c540d9b..452498a 100644
--- a/src/graph/fragments/topology.ts
+++ b/src/graph/fragments/topology.ts
@@ -157,7 +157,7 @@ export const TopoServiceMetric = {
     }
   }
   latencyS: getValues(metric: {
-    name: "service_relation_client_resp_time"
+    name: "service_relation_server_resp_time"
     ids: $idsS
   }, duration: $duration) {
     values {