This is an automated email from the ASF dual-hosted git repository.
daming pushed a change to branch dmsolr-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.
from 426a4a4 eliminate `now` error at a fixed rate schedule executor
add 70a53b3 Fix CounterWindow increase computing issue
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../meter/analyzer/dsl/counter/CounterWindow.java | 17 ++--
.../analyzer/dsl/counter/CounterWindowTest.java | 96 ++++++++++++++++++++++
.../provider/PrometheusFetcherProvider.java | 11 +--
4 files changed, 111 insertions(+), 14 deletions(-)
create mode 100644
oap-server/analyzer/meter-analyzer/src/test/java/org/apache/skywalking/oap/meter/analyzer/dsl/counter/CounterWindowTest.java