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/09/05 08:32:14 UTC

[incubator-skywalking-query-protocol] branch master updated: Add service name match query.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3002d93  Add service name match query.
3002d93 is described below

commit 3002d932a73241410796ae182a72b8c6aab7c165
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Sep 5 16:32:09 2018 +0800

    Add service name match query.
---
 metadata.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata.graphqls b/metadata.graphqls
index d4ad3c5..d998026 100644
--- a/metadata.graphqls
+++ b/metadata.graphqls
@@ -51,6 +51,7 @@ extend type Query {
     # Service related meta info.
     getAllServices(duration: Duration!): [Service!]!
     searchServices(duration: Duration!, keyword: String!): [Service!]!
+    searchServices(duration: Duration!, serviceCode: String!): Service
 
     # Service intance query
     getServiceInstances(duration: Duration!, id: ID!): [ServiceInstance!]!