This is an automated email from the ASF dual-hosted git repository.
crazyhzm pushed a change to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from 34eb252178 Merge branch '3.2' into 3.3
add 2ffda4b239 Fix alibaba AbstractLoadBalance compact (#12396)
add c57118658c Metrics add sliding time window statistics (#12364)
new d798e7c3be Merge branch '3.2' into 3.3
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cluster/loadbalance/AbstractLoadBalance.java | 2 +-
.../metrics/aggregate/SampleAggregatedEntry.java | 51 +++++--
.../metrics/aggregate/TimeWindowAggregator.java | 151 +++++++++++++++++++++
.../apache/dubbo/metrics/model/key/MetricsKey.java | 4 +-
.../aggregate/TimeWindowAggregatorTest.java | 84 ++++++++++++
.../collector/AggregateMetricsCollector.java | 17 +++
.../collector/AggregateMetricsCollectorTest.java | 42 ++++++
7 files changed, 334 insertions(+), 17 deletions(-)
copy
dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/impl/UnserializableBox.java
=>
dubbo-metrics/dubbo-metrics-api/src/main/java/org/apache/dubbo/metrics/aggregate/SampleAggregatedEntry.java
(54%)
create mode 100644
dubbo-metrics/dubbo-metrics-api/src/main/java/org/apache/dubbo/metrics/aggregate/TimeWindowAggregator.java
create mode 100644
dubbo-metrics/dubbo-metrics-api/src/test/java/org/apache/dubbo/metrics/aggregate/TimeWindowAggregatorTest.java