You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/24 05:44:20 UTC

[skywalking-query-protocol] 01/01: Update topology.graphqls

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

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git

commit 56f655bec7d882fdb943e004e7f31dc90dcb6d2f
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Feb 24 13:44:13 2020 +0800

    Update topology.graphqls
---
 topology.graphqls | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/topology.graphqls b/topology.graphqls
index 567ad17..e696cfe 100644
--- a/topology.graphqls
+++ b/topology.graphqls
@@ -86,6 +86,9 @@ 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 services.
+    # `#getServiceTopology` could be replaced by this.
+    getServiceTopologys(serviceIds: [ID!]!, duration: Duration!): Topology
     # Query the instance topology, based on the given clientServiceId and serverServiceId
     getServiceInstanceTopology(clientServiceId: ID!, serverServiceId: ID!, duration: Duration!): ServiceInstanceTopology
     # Query the topology, based on the given endpoint