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 03ed785  Update metric.graphqls
03ed785 is described below

commit 03ed7858ea05ade81b9ceaa3abe468b422ce8110
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Wed Jan 29 15:22:27 2020 +0800

    Update metric.graphqls
    
    Support #4288
---
 metric.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metric.graphqls b/metric.graphqls
index 9d5ce38..9695ec9 100644
--- a/metric.graphqls
+++ b/metric.graphqls
@@ -74,5 +74,6 @@ extend type Query {
     # 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!, numOfLinear: Int!, 
duration: Duration!): [IntValues!]!
+    getSubsetOfMultipleLinearIntValues(metric: MetricCondition!, linearIndex: 
[Int!]!, duration: Duration!): [IntValues!]!
     getThermodynamic(metric: MetricCondition!, duration: Duration!): 
Thermodynamic
 }

Reply via email to