FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
15 stars 4 forks source link

Add submitted to thread pool #546

Open FrankChen021 opened 1 year ago

FrankChen021 commented 1 year ago

totalTaskCount seems a little confused that people might take is as the total submitted task, however it's the count of tasks that are scheduled. It should be renamed as totalExecuted

submitted = totalTaskCount(totalExecuted) + totalRejected