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/06/12 00:09:09 UTC

[skywalking-query-protocol] branch master updated: Entity is required always.

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/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c1d1d9  Entity is required always.
4c1d1d9 is described below

commit 4c1d1d996f6baece949fce90c676647b52e25620
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jun 12 08:08:54 2020 +0800

    Entity is required always.
---
 metrics-v2.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metrics-v2.graphqls b/metrics-v2.graphqls
index 0ff820d..0e4fcf2 100644
--- a/metrics-v2.graphqls
+++ b/metrics-v2.graphqls
@@ -62,7 +62,7 @@ input MetricsCondition {
     # Then, `Endpoint_avg`
     name: String!
     # Follow entity definition description.
-    entity: Entity
+    entity: Entity!
 }
 
 input TopNCondition {