Adding interceptors
This example applies to IS internal services that use Zipkin. This interceptor forwards tracing values from MDC to headers if they have not been set previously:
Config config = Config.builder()
.requestInterceptor(new ForwardingInterceptor(Action implementation))
.build();
