-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add Support for @MeterTag to @Counted #4725
Labels
enhancement
A general enhancement
help wanted
An issue that a contributor can help us with
module: micrometer-core
An issue that is related to our core module
Milestone
Comments
shakuzen
added
enhancement
A general enhancement
module: micrometer-core
An issue that is related to our core module
and removed
waiting-for-triage
labels
Feb 6, 2024
Thanks for the enhancement request. I think it makes sense to bring CountedAspect support up to the level of TimedAspect with respect to |
izeye
added a commit
to izeye/micrometer
that referenced
this issue
Apr 10, 2024
I created #4958 to try to resolve this. |
shakuzen
pushed a commit
that referenced
this issue
Jul 4, 2024
jonatan-ivanov
added a commit
to jonatan-ivanov/micrometer
that referenced
this issue
Nov 6, 2024
This was referenced Nov 6, 2024
shakuzen
pushed a commit
that referenced
this issue
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
A general enhancement
help wanted
An issue that a contributor can help us with
module: micrometer-core
An issue that is related to our core module
Hi there,
I would like to count method calls with an enum in the parameters and use these as tags for the counter. Something analogue to to the @timed annotation.
It would be super to have the option to add an
MeterAnnotationHandler
to theCountedAspect
, as you can for theTimedAspect
.I'm not sure if this needs more explanation or an example?
Best regards
The text was updated successfully, but these errors were encountered: