This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


    from a6fd9cff1b Replace RP with a more clear description of the issue 
template.
     add 12744bba02 Add `view_as_seq` function in MQE for listing metrics in 
the given prioritized sequence  (#11194)
     add 158609bde0 Merge branch 'master' into wu-sheng-patch-1

No new revisions were added by this update.

Summary of changes:
 docs/en/api/metrics-query-expression.md            | 52 +++++++++++++------
 docs/en/changes/changes.md                         |  2 +-
 .../apache/skywalking/mqe/rt/grammar/MQELexer.g4   |  3 ++
 .../apache/skywalking/mqe/rt/grammar/MQEParser.g4  | 16 ++++--
 .../apache/skywalking/mqe/rt/MQEVisitorBase.java   | 28 +++++++---
 .../mqe/rt/operation/LogicalFunctionOp.java        | 60 ++++++++++++++++++++++
 ...FunctionOp.java => MathematicalFunctionOp.java} | 10 ++--
 .../library/mqe/rt/LogicalFunctionOpTest.java      | 59 +++++++++++++++++++++
 ...OpTest.java => MathematicalFunctionOpTest.java} | 16 +++---
 .../apache/skywalking/library/mqe/rt/MockData.java |  1 +
 .../mqe/expected/{no-OP.yml => viewAsSeq-OP.yml}   |  0
 test/e2e-v2/cases/mqe/mqe-cases.yaml               |  6 ++-
 12 files changed, 211 insertions(+), 42 deletions(-)
 create mode 100644 
oap-server/mqe-rt/src/main/java/org/apache/skywalking/mqe/rt/operation/LogicalFunctionOp.java
 rename 
oap-server/mqe-rt/src/main/java/org/apache/skywalking/mqe/rt/operation/{FunctionOp.java
 => MathematicalFunctionOp.java} (87%)
 create mode 100644 
oap-server/mqe-rt/src/test/java/org/apache/skywalking/library/mqe/rt/LogicalFunctionOpTest.java
 rename 
oap-server/mqe-rt/src/test/java/org/apache/skywalking/library/mqe/rt/{FunctionOpTest.java
 => MathematicalFunctionOpTest.java} (89%)
 copy test/e2e-v2/cases/mqe/expected/{no-OP.yml => viewAsSeq-OP.yml} (100%)

Reply via email to