This is an automated email from the ASF dual-hosted git repository. wankai pushed a commit to branch mqe-remove-returnTypeOfMQE in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
commit cd4bae7415337461db01abcc68d900656c74233c Author: wankai123 <[email protected]> AuthorDate: Thu Jun 8 16:37:54 2023 +0800 mqe remove `returnTypeOfMQE` --- metrics-v3.graphqls | 2 -- 1 file changed, 2 deletions(-) diff --git a/metrics-v3.graphqls b/metrics-v3.graphqls index 98495c6..1a8c4f1 100644 --- a/metrics-v3.graphqls +++ b/metrics-v3.graphqls @@ -99,7 +99,5 @@ extend type Query { # Get the list of all available metrics in the current OAP server. # Param, regex, could be used to filter the metrics by name. listMetrics(regex: String): [MetricDefinition!]! - # The return type of the given expression, the MQEValues will be empty. - returnTypeOfMQE(expression: String!): ExpressionResult! execExpression(expression: String!, entity: Entity!, duration: Duration!): ExpressionResult! }
