Skip to content
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 metric names customization #1311

Merged
merged 5 commits into from Dec 28, 2020

Conversation

Kuvaldis
Copy link
Contributor

Currently, it's not possible to use custom names for micrometer metrics without having to almost completely reimplement existing Feign Micrometer classes.
Different clients (e.g. Spring WebClient) may define different names like http.client.request. Same name can be used for Feign Clients.
Intention is to allow developers to define their own implementations of MetricName for MeteredClient and other related classes.

Fixes #1300

@Kuvaldis Kuvaldis force-pushed the micrometer-custom-metric-names branch from c195b9c to 71be494 Compare November 14, 2020 22:03
Copy link
Member

@kdavisk6 kdavisk6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this update.

@kdavisk6 kdavisk6 added feedback provided Feedback has been provided to the author ready to merge Will be merged if no other member ask for changes labels Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback provided Feedback has been provided to the author ready to merge Will be merged if no other member ask for changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support different names for micrometer metrics
2 participants