Do not use pause detector for CommandLatencyCollector
by default
#1995
Labels
type: feature
A new feature
Milestone
Bug Report
I found that
DefaultCommandLatencyCollector
usesLatencyUtils.SimplePauseDetector
by default, butSimplePauseDetector
doesn't work as expected when pause occurs. Please try the test code below.Test Code
Expected behavior/code
Possible Solution
Do not use
SimplePauseDetector
by default.The micrometer has a similar problem, and since
1.0.10
,1.1.4
, and1.2.0
has usedNoPauseDetector
by default.Pause Detection contributes to count when it should just contribute to total time.
The text was updated successfully, but these errors were encountered: