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 2019/02/12 03:30:57 UTC

[incubator-skywalking-query-protocol] branch master updated: Add duration

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 6f11e3b  Add duration
6f11e3b is described below

commit 6f11e3b829bba4d3532477e968291cf657f0ac0b
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Feb 12 11:30:47 2019 +0800

    Add duration
---
 top-n-records.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/top-n-records.graphqls b/top-n-records.graphqls
index dee17ac..bd084b3 100644
--- a/top-n-records.graphqls
+++ b/top-n-records.graphqls
@@ -25,6 +25,7 @@ input TopNRecordsCondition {
     topN: Int!
     # Top N order, ASC or DES.
     order: Order!
+    duration: Duration!
 }
 
 type TopNRecord {