Fixed wrong link

This commit is contained in:
Marcin Grzejszczak
2018-08-14 16:52:46 +02:00
parent 4b2cb752d3
commit 01688205a8

View File

@@ -149,7 +149,7 @@ void userCode() {
==== RPC tracing
TIP: Check for https://github.com/openzipkin/sleuth/tree/master/instrumentation[instrumentation written here] and http://zipkin.io/pages/existing_instrumentations.html[Zipkin's list] before rolling your own RPC instrumentation.
TIP: Check for https://github.com/openzipkin/brave/tree/master/instrumentation[instrumentation written here] and http://zipkin.io/pages/existing_instrumentations.html[Zipkin's list] before rolling your own RPC instrumentation.
RPC tracing is often done automatically by interceptors. Behind the scenes, they add tags and events that relate to their role in an RPC operation.