未验证 提交 d787ffe7 编写于 作者: J Jared Tan 提交者: GitHub

Merge pull request #19 from arugal/feature/instancedep

add getServiceInstanceTopology
......@@ -58,10 +58,12 @@ enum NodeType {
extend type Query {
# Query the global topolgoy
# Query the global topology
getGlobalTopology(duration: Duration!): Topology
# Query the topology, based on the given service
getServiceTopology(serviceId: ID!, duration: Duration!): Topology
# Query the instance topology, based on the given clientServiceId and serverServiceId
getServiceInstanceTopology(clientServiceId: ID!, serverServiceId: ID!, duration: Duration!): Topology
# Query the topology, based on the given endpoint
getEndpointTopology(endpointId: ID!, duration: Duration!): Topology
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册