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()).