-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature Request] Support custom tags for Micrometer #1456
Labels
enhancement
For recommending new capabilities
Comments
+1 |
I would also love to have this feature. |
You don't need our permission, just go ahead and submit a PR when you are ready 👍🏻 |
BartekBanachowicz
added a commit
to BartekBanachowicz/feign
that referenced
this issue
Jan 24, 2024
velo
added a commit
that referenced
this issue
Jan 25, 2024
* #1456 | Add custom tags to MicrometerCapability * Update MicrometerCapability.java license year --------- Co-authored-by: Marvin <velo@users.noreply.github.com>
velo
added a commit
that referenced
this issue
Oct 7, 2024
* #1456 | Add custom tags to MicrometerCapability * Update MicrometerCapability.java license year --------- Co-authored-by: Marvin <velo@users.noreply.github.com>
velo
added a commit
that referenced
this issue
Oct 8, 2024
* #1456 | Add custom tags to MicrometerCapability * Update MicrometerCapability.java license year --------- Co-authored-by: Marvin <velo@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I add
.addCapability(new MicrometerCapability(meterRegistry))
to my Feign client, there seems to be no way to add custom tags to the Micrometer metrics. It would be nice to do this, for example by extendingMicrometerCapability
toMicrometerCapability(meterRegistry, mapOfTags())
.The text was updated successfully, but these errors were encountered: