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/01/10 10:55:20 UTC

[skywalking-query-protocol] branch master updated: Update metric.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/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 90dfc1c  Update metric.graphqls
90dfc1c is described below

commit 90dfc1c7ddc34e0c6f0291ffe3d96cd205d88c05
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jan 10 18:55:13 2020 +0800

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

diff --git a/metric.graphqls b/metric.graphqls
index 031c0af..6e22686 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.
-    getMultiLinearsIntValues(metric: MetricCondition!, duration: Duration!): [IntValues!]!
+    getMultipleLinearIntValues(metric: MetricCondition!, duration: Duration!): [IntValues!]!
     getThermodynamic(metric: MetricCondition!, duration: Duration!): Thermodynamic
 }