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 249adde  Update metric.graphqls
249adde is described below

commit 249addeaaf524c0dd990444e5f4bcaf355ce8e01
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Fri Jan 10 21:30:54 2020 +0800

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

diff --git a/metric.graphqls b/metric.graphqls
index 6e22686..9d5ce38 100644
--- a/metric.graphqls
+++ b/metric.graphqls
@@ -73,6 +73,6 @@ extend type Query {
     # The seq of these multiple lines base on the calculation func in OAL
     # Such as, should us this to query the result of func 
percentile(50,75,90,95,99) in OAL,
     # then five lines will be responsed, p50 is the first element of return 
value.
-    getMultipleLinearIntValues(metric: MetricCondition!, duration: Duration!): 
[IntValues!]!
+    getMultipleLinearIntValues(metric: MetricCondition!, numOfLinear: Int!, 
duration: Duration!): [IntValues!]!
     getThermodynamic(metric: MetricCondition!, duration: Duration!): 
Thermodynamic
 }

Reply via email to