This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch ai-pipeline
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from 403443b35d Merge branch 'master' into ai-pipeline
add 426d015086 MQE support binary operation between labeled metrics
(#10888)
add b635ee34da sync ui (#10894)
add 157bea286c Merge branch 'master' into ai-pipeline
No new revisions were added by this update.
Summary of changes:
docs/en/api/metrics-query-expression.md | 98 +++++++++++----
docs/en/changes/changes.md | 1 +
.../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 +-
skywalking-ui | 2 +-
12 files changed, 244 insertions(+), 113 deletions(-)