Skip to content

Commit

Permalink
Merge pull request #469 from frozzare/patch-1
Browse files Browse the repository at this point in the history
Fix code typo in zipkin readme
  • Loading branch information
basvanbeek authored Feb 20, 2017
2 parents 3524865 + 01f9b7e commit d99ca5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/zipkin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (svc *Service) GetMeSomeExamples(ctx context.Context, ...) ([]Examples, err

// this will label the span's service & hostPort (called Endpoint in Zipkin)
ext.PeerService.Set(span, serviceName)
ext.PeerHostname,Set(span, serviceHost)
ext.PeerHostname.Set(span, serviceHost)
ext.PeerPort.Set(span, servicePort)

// a Tag is the equivalent of a Zipkin Binary Annotation (key:value pair)
Expand Down

0 comments on commit d99ca5c

Please sign in to comment.