opengoofy / hippo4j

📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
https://hippo4j.cn
Apache License 2.0
5.61k stars 1.18k forks source link

Feature : Agent mode supports dynamic thread pool changes, alarm and monitoring functions without modifying code, and adapts to Nacos and Apollo Configuration Centers, and adapts to Spring 1.x 2.x #1567

Closed Pan-YuJie closed 1 month ago

Pan-YuJie commented 2 months ago

Fixes #ISSUSE_ID

Changes proposed in this pull request:

  1. Agent mode supports dynamic thread pool changes, alarm and monitoring functions without modifying code,
  2. adapt to Nacos and Apollo Configuration Centers
  3. adapt to Spring 1.x 2.x
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 24.00000% with 19 lines in your changes missing coverage. Please review.

Project coverage is 31.45%. Comparing base (1e81da1) to head (7b8a431). Report is 10 commits behind head on develop.

Files with missing lines Patch % Lines
...hippo4j/common/monitor/MonitorCollectTypeEnum.java 0.00% 8 Missing :warning:
...hippo4j/common/monitor/MonitorHandlerTypeEnum.java 0.00% 4 Missing :warning:
.../message/core/platform/LarkSendMessageHandler.java 0.00% 3 Missing :warning:
...dpool/message/core/service/SendMessageHandler.java 0.00% 2 Missing :warning:
...common/extension/design/AbstractSubjectCenter.java 66.66% 1 Missing :warning:
.../java/cn/hippo4j/common/toolkit/http/HttpUtil.java 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1567 +/- ## ============================================= - Coverage 34.33% 31.45% -2.88% - Complexity 849 864 +15 ============================================= Files 262 300 +38 Lines 5953 6666 +713 Branches 561 647 +86 ============================================= + Hits 2044 2097 +53 - Misses 3717 4371 +654 - Partials 192 198 +6 ``` | [Flag](https://app.codecov.io/gh/opengoofy/hippo4j/pull/1567/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opengoofy) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/opengoofy/hippo4j/pull/1567/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opengoofy) | `31.45% <24.00%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opengoofy#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.