PlaytikaOSS / feign-reactive

Reactive Feign client inspired by https://github.com/OpenFeign project
Apache License 2.0
600 stars 119 forks source link

WebReactiveOptions support for connection metrics #644

Open mnbattaglia opened 7 months ago

mnbattaglia commented 7 months ago

In the same way that maxIdleTime and maxLifeTime were added in WebReactiveOptions in https://github.com/PlaytikaOSS/feign-reactive/issues/559, it would be great to also have the metrics attribute so we can enable/disable this directly from the options.

This was asked in the other issue but maybe it went unnoticed as it wasn't asked in the original title or message. I think it would be really useful and easy to implement.

Thanks!