-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Support @MeterTag on @Counted and @Timed methods #46007
New issue
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
Conversation
Thanks for the proposal. I think it would be better to support |
697241a
to
70f356e
Compare
@wilkinsona i addressed your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates, @doumdoum. I've left a few comments for your consideration. The build is also failing at the moment. Please build your changes locally and make sure that the build is successful.
...a/org/springframework/boot/actuate/autoconfigure/tracing/SpelTagValueExpressionResolver.java
Outdated
Show resolved
Hide resolved
...a/org/springframework/boot/actuate/autoconfigure/tracing/SpelTagValueExpressionResolver.java
Outdated
Show resolved
Hide resolved
...g/springframework/boot/actuate/autoconfigure/metrics/SpelTagValueExpressionResolverTest.java
Outdated
Show resolved
Hide resolved
...a/org/springframework/boot/actuate/autoconfigure/tracing/SpelTagValueExpressionResolver.java
Outdated
Show resolved
Hide resolved
ef646ef
to
ab32879
Compare
...a/org/springframework/boot/actuate/autoconfigure/metrics/SpelTagValueExpressionResolver.java
Outdated
Show resolved
Hide resolved
.../springframework/boot/actuate/autoconfigure/metrics/SpelTagValueExpressionResolverTests.java
Outdated
Show resolved
Hide resolved
.../springframework/boot/actuate/autoconfigure/metrics/SpelTagValueExpressionResolverTests.java
Outdated
Show resolved
Hide resolved
...a/org/springframework/boot/actuate/autoconfigure/metrics/SpelTagValueExpressionResolver.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Dominique Villard <[email protected]>
…it so that it parses expressions only once Signed-off-by: Dominique Villard <[email protected]>
Signed-off-by: Dominique Villard <[email protected]>
Signed-off-by: Dominique Villard <[email protected]>
Signed-off-by: Dominique Villard <[email protected]>
Signed-off-by: Dominique Villard <[email protected]>
Signed-off-by: Dominique Villard <[email protected]>
bf5aa73
to
5ba8b83
Compare
@wilkinsona should i do the conflicts resolution ? |
Thanks for the offer, @doumdoum, but please don't worry about it. We can take care of the conflicts as part of merging the contribution. |
Signed-off-by: Dominique Villard <[email protected]> See gh-46007
Thanks very much, @doumdoum, and congratulations on making your first contribution to Spring Boot. |
Thx for your great hard work !!! |
Aligns the
@Counted
annotation with the@Timed
annotation to support dynamic tags.