This is an automated email from the ASF dual-hosted git repository.
wankai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from e4dfbd466b Add OpenSearch 2.8.0 to test case (#10886)
add 426d015086 MQE support binary operation between labeled metrics
(#10888)
No new revisions were added by this update.
Summary of changes:
docs/en/api/metrics-query-expression.md | 98 +++++++++++----
.../oap/server/core/query/type/KeyValue.java | 8 +-
.../apache/skywalking/mqe/rt/grammar/MQELexer.g4 | 7 +-
.../apache/skywalking/mqe/rt/grammar/MQEParser.g4 | 9 +-
.../oap/query/graphql/mqe/rt/MQEVisitor.java | 78 ++++++------
.../query/graphql/mqe/rt/operation/BinaryOp.java | 133 ++++++++++++++++-----
.../query/graphql/type/mql/ExpressionResult.java | 1 +
.../oap/query/graphql/type/mql/MQEValues.java | 9 +-
.../oap/query/graphql/type/mql/Metadata.java | 9 +-
.../src/main/resources/query-protocol | 2 +-
10 files changed, 242 insertions(+), 112 deletions(-)