Skip to content
YanXs edited this page May 14, 2017 · 5 revisions

Nightawk是一个基于Zipkin实现分布式链路追踪的库,zipkin官网给出的架构如下

image

nightawk使用Java reporter brave收集链路信息

创建brave:

<bean id="brave" class="com.github.nightawk.core.brave.BraveFactoryBean">
    <property name="serviceName" value="dubbo-simpleService1"/>
    <property name="transport" value="http"/>
    <property name="transportAddress" value="127.0.0.1:9411"/>
</bean>
Clone this wiki locally