Re: [openzipkin/brave] Add Api configuration demo for dubbo (#632)

2018-03-06 Thread Adrian Cole
following-up here https://github.com/alibaba/dubbo-spring-boot-starter/issues/53


Re: [openzipkin/brave] Add Api configuration demo for dubbo (#632)

2018-03-06 Thread Adrian Cole
> And annotation or spring boot, use .properties instead, for example:
>
> dubbo.consumer.filter="tracing"
>
> Is this what you want? Adrian

Cool, except that in sleuth we would be doing this by default, so need
to do the same as dubbo.consumer.filter="tracing" in
auto-configuration code.
This is a good hint, so I can start with that.