metrics-spring
metrics-spring copied to clipboard
Improve automatic naming
Related to #68
It would be nice to be able to use all the annotations simultaneously, without having manually specify their names.
+1
+1
+1
+1
+1 there is a namingstrategy branch that seemed like it was going in the correct direction, but then it looks like it was abandoned. Any reason why it was chosen to not be able to inject a user specified NamingStrategy to be used globally by the framework? I'd really like to just have a SimpleClassName naming strategy as opposed to the fully qualified name or having to statically define name overrides on all of the annotations.
+1
+1
+1
@ryantenney. I have prepared own version of naming strategy based on 3.1 branch: puzan/metrics-spring@bdc3961d1eb0e80e6604f5f5692a8f84ccb0aa0f. If you are interesting I will create pull request and fix your comments. Thanks.
+1