MetricsRequestEventListener
with @Timed(longTask=true)
makes two meters
#2861
Labels
Milestone
MetricsRequestEventListener
with @Timed(longTask=true)
makes two meters
#2861
I'm not sure this behavior was intentional. If you annotate a Resource with
@Timed(longTask = true)
then you will end up with aLongTaskTimer
and aTimer
with the same name. I would have expected just aLongTaskTimer
./cc @mweirauch
The text was updated successfully, but these errors were encountered: