-
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
Micrometer performance - use Meter.MeterProvider #41295
Conversation
/cc @brunobat (micrometer), @ebullient (micrometer) |
This comment has been minimized.
This comment has been minimized.
Still missing the enhancements on |
Thank you for the feedback @brunobat, I will fix test and handle the |
25cebef
to
6cbf480
Compare
can you please squash your commits, @mcruzdev ? |
|
||
if (observation.failure() != null) { | ||
if (observation.isServiceDiscoverySuccessful()) { | ||
serviceSelectionFailures.increment(); | ||
this.serviceSelectionFailures.withTags(tags).increment(); |
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.
There were no tags before... But probably it's better to have them.
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.
Yes, I missed the tags in the first commit. sorry 😢
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.
When I say before I mean, before the PR... CC @aureamunoz
1b32ce9
to
5e90da2
Compare
Solving ... |
6ab200e
to
0969aa7
Compare
This comment has been minimized.
This comment has been minimized.
0969aa7
to
11643b9
Compare
Status for workflow
|
Thanks @mcruzdev ! |
Fixes #40597