You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue, it would help if you could link the code you want us to check.
(There is no TimedExecutors in Micrometer and TimedExecutor is a class, it does not have any implementations.)
Do you mean these?
Did you find more?
Making them consistent is a breaking change which I don't think we can do in 1.x but you can rename them in your app using a MeterFilter.
Describe the bug
TimedExecutor has "executor.execution" whilst all other implementations just have "executor"
Environment
To Reproduce
Just check the code :P
Expected behavior
Other implementations of TimedExecutors should have "executor.execution" for execution timers for consistency sake.
The text was updated successfully, but these errors were encountered: