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

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


The following commit(s) were added to refs/heads/query-extend by this push:
     new b3a697a  Add application related info in service query.
b3a697a is described below

commit b3a697a2dbc05c76eb0c8f1e42ab84dc599bc7cc
Author: wu-sheng <wu.sh...@foxmail.com>
AuthorDate: Fri May 18 11:53:13 2018 +0800

    Add application related info in service query.
---
 .../src/main/resources/ui-graphql/service-layer.graphqls                | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/service-layer.graphqls
 
b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/service-layer.graphqls
index d6d7454..34e7995 100644
--- 
a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/service-layer.graphqls
+++ 
b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/service-layer.graphqls
@@ -30,6 +30,8 @@ type ServiceNode implements Node {
 type ServiceInfo {
     id: ID!
     name: String
+    applicationId: ID!
+    applicationName: String
 }
 
 type ServiceMetric {

-- 
To stop receiving notification emails like this one, please contact
wush...@apache.org.

Reply via email to