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 2018/11/03 14:06:06 UTC

[incubator-skywalking-query-protocol] branch master updated: Update aggregation.graphqls

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 9b8c63e  Update aggregation.graphqls
9b8c63e is described below

commit 9b8c63e487403cb0515444ca187eddbf31a88bb9
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Nov 3 22:06:02 2018 +0800

    Update aggregation.graphqls
---
 aggregation.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aggregation.graphqls b/aggregation.graphqls
index cd8ec02..19d2a1d 100644
--- a/aggregation.graphqls
+++ b/aggregation.graphqls
@@ -17,7 +17,7 @@
 type TopNEntity {
     name: String!
     id: ID!
-    value: Int!
+    value: Long!
 }
 
 # The aggregation query is different with the metric query.