This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 1492514 Update topology.graphqls
1492514 is described below
commit 149251420c887552df93d5c76f67ccdd47cb71ce
Author: 吴晟 Wu Sheng <[email protected]>
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
+}