Codebase list golang-github-go-kit-kit / 01f9b7e
Fix code typo in zipkin readme PeerHostname line has a comma instead of a dot and that's not working :) Fredrik Forsmo authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
154154
155155 // this will label the span's service & hostPort (called Endpoint in Zipkin)
156156 ext.PeerService.Set(span, serviceName)
157 ext.PeerHostname,Set(span, serviceHost)
157 ext.PeerHostname.Set(span, serviceHost)
158158 ext.PeerPort.Set(span, servicePort)
159159
160160 // a Tag is the equivalent of a Zipkin Binary Annotation (key:value pair)