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.59k stars 1.18k forks source link

fix: SPI of the ThreadPoolMonitor #1518

Closed Dawanyezhi closed 11 months ago

Dawanyezhi commented 11 months ago

Changes proposed in this pull request: Fix the problem that a custom implementation class of ThreadPoolMonitor cannot be introduced through the SPI mechanism in the ReportingEventExecutor class when the project is started.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (265bf6e) 34.23% compared to head (db273b0) 34.33%. Report is 5 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1518 +/- ## ============================================= + Coverage 34.23% 34.33% +0.10% - Complexity 847 849 +2 ============================================= Files 262 262 Lines 5953 5953 Branches 560 560 ============================================= + Hits 2038 2044 +6 + Misses 3722 3717 -5 + Partials 193 192 -1 ```

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