You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/10/19 06:38:26 UTC

[skywalking] branch docs updated (47d293ee9d -> 8eef2e6a5e)

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

wusheng pushed a change to branch docs
in repository https://gitbox.apache.org/repos/asf/skywalking.git


    from 47d293ee9d Update change log.
     add b5cd3fad7e Support `sumPerMinLabeled` in `MAL` (#9804)
     add 8eef2e6a5e Merge branch 'master' into docs

No new revisions were added by this update.

Summary of changes:
 docs/en/changes/changes.md                         |   1 +
 .../skywalking/oap/meter/analyzer/Analyzer.java    |   5 +-
 .../function/sumpermin/SumPerMinFunction.java      |   2 +-
 ...Function.java => SumPerMinLabeledFunction.java} | 112 +++++++++------------
 ...Test.java => SumPerMinLabeledFunctionTest.java} |  74 ++++++++------
 5 files changed, 97 insertions(+), 97 deletions(-)
 copy oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/meter/function/sumpermin/{SumPerMinFunction.java => SumPerMinLabeledFunction.java} (68%)
 copy oap-server/server-core/src/test/java/org/apache/skywalking/oap/server/core/analysis/meter/function/sumpermin/{SumPerMinFunctionTest.java => SumPerMinLabeledFunctionTest.java} (65%)