Skip to content
zhangyuchun edited this page Jan 29, 2019 · 4 revisions

Config

application.conf

hunt.trace.enable = true
hunt.trace.service.host = 127.0.0.1
hunt.trace.service.port = 3004

b3-propagation

using b3 API or httpclient API, we are tracing the all requests by using a unique traceId.

string strBody;
b3Get("http://www.baidu.com/" ,strBody);
Clone this wiki locally