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

ywang pushed a commit to branch new
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit 149251420c887552df93d5c76f67ccdd47cb71ce
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Tue Sep 4 17:06:06 2018 +0800

    Update topology.graphqls
---
 topology.graphqls | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/topology.graphqls b/topology.graphqls
index 94c3052..49c0d06 100644
--- a/topology.graphqls
+++ b/topology.graphqls
@@ -41,12 +41,9 @@ type Node {
 type Call {
     source: ID!
     target: ID!
-    isAlert: Boolean
     # The protocol and tech stack used in this distributed call
     callType: String!
     cpm: Long!
-    # Unit: millisecond
-    avgResponseTime: Long!
 }
 
 enum NodeType {
@@ -61,4 +58,4 @@ extend type Query {
     getGlobalTopology(duration: Duration!): Topology
     # Query the topology, based on the given service
     getServiceTopology(serviceId: ID!, duration: Duration!): Topology
-}
\ No newline at end of file
+}

Reply via email to