From 03ed7858ea05ade81b9ceaa3abe468b422ce8110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 29 Jan 2020 15:22:27 +0800 Subject: [PATCH] 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 } -- GitLab