We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
application.conf
hunt.trace.enable = true hunt.trace.service.host = 127.0.0.1 hunt.trace.service.port = 3004
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);