You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 extending MicrometerCapability to MicrometerCapability(meterRegistry, mapOfTags()).