We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you call the measure method of LongTaskTimer and check the duration, it's always in nanoseconds instead of the baseUnit.
measure
LongTaskTimer
baseUnit
The text was updated successfully, but these errors were encountered:
Fix duration conversion of LongTaskTimer
dcc515f
If you call the measure method of LongTaskTimer and check the duration, it's always in nanoseconds instead of the baseUnit. It seems the original intention was using the base unit: micrometer-metrics@70925b3#diff-551e65260957b90931b406fcb647b39367c83d11aa8f07d3f388c667d60f8971R124 fixes micrometer-metricsgh-2947
fe43577
jonatan-ivanov
Successfully merging a pull request may close this issue.
If you call the
measure
method ofLongTaskTimer
and check the duration, it's always in nanoseconds instead of thebaseUnit
.The text was updated successfully, but these errors were encountered: