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 b93baa5 Update topology.graphqls
b93baa5 is described below
commit b93baa58852595164aae50e3e7be37683c220175
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Thu Sep 13 16:45:16 2018 +0800
Update topology.graphqls
Remove cpm from topology result.
---
topology.graphqls | 1 -
1 file changed, 1 deletion(-)
diff --git a/topology.graphqls b/topology.graphqls
index 5924587..4ecb3a9 100644
--- a/topology.graphqls
+++ b/topology.graphqls
@@ -43,7 +43,6 @@ type Call {
target: ID!
# The protocol and tech stack used in this distributed call
callType: String!
- cpm: Long!
id: ID!
}