-
Notifications
You must be signed in to change notification settings - Fork 41.3k
support dynamic tags in @Counted and @Timed annotations #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
base: main
Are you sure you want to change the base?
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
Aligns the
@Counted
annotation with the@Timed
annotation to support dynamic tags.