Skip to content

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
@kdavisk6 kdavisk6 merged commit 28f5f97 into OpenFeign:master Dec 28, 2020
velo pushed a commit that referenced this pull request Oct 7, 2024
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
velo pushed a commit that referenced this pull request Oct 8, 2024
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
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