You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yw...@apache.org on 2019/02/16 10:24:30 UTC

[incubator-skywalking-query-protocol] 11/33: Update topology.graphqls

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

ywang pushed a commit to branch new
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit 9b3c9543efe4f7a3c96b903bb2f51e6acb510b4e
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
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
 }