-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support Micrometer @MeterTag #36945
Support Micrometer @MeterTag #36945
Conversation
/cc @brunobat (micrometer), @ebullient (micrometer) |
415d736
to
b119566
Compare
4d62dff
to
615bf91
Compare
I have made a suggestion for how to support MeterTag.resolver is supported, the application can define beans imlementing MeterTag.expression is also supported, the application can define a bean imlementing |
This comment has been minimized.
This comment has been minimized.
There is an error in the docs that needs fixing |
55c401f
to
1374356
Compare
It's now fixed. |
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
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.
Just a note that this will need a squash before merging. Please dismiss when done.
323e63c
to
da5d75d
Compare
This comment has been minimized.
This comment has been minimized.
Commits has been squashed. |
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.
@computerlove would you be able to add an integration test to integration-tests/micrometer-prometheus
?... Mimicking the usage you have in the docs would be perfect.
Yes, will do! |
587fa89
to
49cff9c
Compare
This comment has been minimized.
This comment has been minimized.
49cff9c
to
f8cd48d
Compare
This comment has been minimized.
This comment has been minimized.
983dce2
to
f54b40d
Compare
f54b40d
to
1767417
Compare
I have fixed the comments for documentation and imports. |
This comment has been minimized.
This comment has been minimized.
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
@gsmet .. I think we're good to go. |
Micrometer defines a annotation @MeterTag, making it possible to add additional tags for methods annotated with @counted and @timed from method arguments.