* Don't allow double Gateway instrumentation with this change we're doing both HeaderFilter based Gateway instrumentation and the Netty Client one. with this change we're conditionally enabling the HeaderFilter instrumentation only when there is no Netty Client one present on the classpath. fixes gh-1840