This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch update-sureness-yml in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 0a48cf8f1324aeac90edeee4b3231797f902f9c0 Merge: bc9ce2f62d 2f122dfb05 Author: tomsun28 <[email protected]> AuthorDate: Wed Nov 26 22:16:36 2025 +0800 Merge branch 'master' into update-sureness-yml CONTRIBUTING.md | 4 +- .../realtime/MetricsRealTimeAlertCalculator.java | 28 ++++++--- .../WindowedLogRealTimeAlertCalculator.java | 19 ++++-- .../hertzbeat/common/config/CommonProperties.java | 5 ++ .../common/queue/impl/KafkaCommonDataQueue.java | 4 +- .../common/queue/impl/RedisCommonDataQueue.java | 9 ++- .../exception/CommonDataQueueUnknownException.java | 39 ++++++++++++ .../apache/hertzbeat/common/util/BackoffUtils.java | 50 +++++++++++++++ .../hertzbeat/common/util/ExponentialBackoff.java | 66 ++++++++++++++++++++ .../queue/impl/RedisCommonDataQueueTest.java | 2 +- .../hertzbeat/common/util/BackoffUtilsTest.java | 68 +++++++++++++++++++++ .../common/util/ExponentialBackoffTest.java | 54 ++++++++++++++++ .../component/sd/ServiceDiscoveryWorker.java | 24 +++++--- .../src/main/resources/application.yml | 1 + .../warehouse/store/DataStorageDispatch.java | 18 +++++- home/docs/community/contribution.md | 2 +- home/docs/help/jenkins.md | 2 +- .../en/docusaurus-plugin-content-docs/current.json | 10 ++- .../docusaurus-plugin-content-docs/current.json | 4 +- .../current/community/contribution.md | 2 +- .../current/help/jenkins.md | 2 +- .../version-v1.6.x/community/contribution.md | 2 +- home/sidebars.json | 13 ++-- home/static/img/docs/help/status-2.png | Bin 49314 -> 94051 bytes .../version-v1.6.x/community/contribution.md | 2 +- script/application.yml | 1 + 26 files changed, 389 insertions(+), 42 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
