You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/12 06:15:14 UTC

[incubator-skywalking] branch fix/graphql/node-nullable updated: Add a query service

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

wusheng pushed a commit to branch fix/graphql/node-nullable
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/fix/graphql/node-nullable by this push:
     new 41d7b5c  Add a query service
41d7b5c is described below

commit 41d7b5cb54a4e97d073b9d2449c19d67926ce412
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Fri Jan 12 14:14:12 2018 +0800

    Add a query service
---
 .../src/main/resources/ui-graphql/server-layer.graphqls                | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
index 1d01ec2..de41347 100644
--- a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
+++ b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
@@ -33,7 +33,8 @@ type MemoryTrend {
 }
 
 extend type Query {
-    searchServer(keyword: String!, duration: Duration!): [AppServerInfo]
+    searchServer(keyword: String!, duration: Duration!): [AppServerInfo!]!
+    getAllServer(applicationId: ID!, duration: Duration!): [AppServerInfo!]!
     getServerResponseTimeTrend(serverId: ID!, duration: Duration!): ResponseTimeTrend
     getServerTPSTrend(serverId: ID!, duration: Duration!): ThroughputTrend
     getCPUTrend(serverId: ID!, duration: Duration!): CPUTrend

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].