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 9b3c954 Update topology.graphqls
9b3c954 is described below
commit 9b3c9543efe4f7a3c96b903bb2f51e6acb510b4e
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Sep 12 11:05:43 2018 +0800
Update topology.graphqls
Add getEndpointTopology
---
topology.graphqls | 2 ++
1 file changed, 2 insertions(+)
diff --git a/topology.graphqls b/topology.graphqls
index 4549e79..5924587 100644
--- a/topology.graphqls
+++ b/topology.graphqls
@@ -59,4 +59,6 @@ extend type Query {
getGlobalTopology(duration: Duration!): Topology
# Query the topology, based on the given service
getServiceTopology(serviceId: ID!, duration: Duration!): Topology
+ # Query the topology, based on the given endpoint
+ getEndpointTopology(endpointId: ID!, duration: Duration!): Topology
}