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 8700ead mqe remove `returnTypeOfMQE` (#119)
8700ead is described below
commit 8700ead75dfff5f7da4c056dd5bbf8c3a2e0f3f4
Author: Wan Kai <[email protected]>
AuthorDate: Thu Jun 8 16:48:01 2023 +0800
mqe remove `returnTypeOfMQE` (#119)
---
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!
}