Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Zipkin grpc interceptor for Node.js grpc server works.
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Shi <[email protected]>
  • Loading branch information
Leonard Shi authored and Leonard Shi committed Aug 22, 2017
1 parent 0b1ffec commit e94eaa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ZipkinGrpcInterceptor {
this.tracer.recordServiceName(serviceName);

this.tracer.recordAnnotation(new Annotation.ServerRecv());
this.tracer.recordAnnotation(new Annotation.LocalAddr());
this.tracer.recordAnnotation(new Annotation.LocalAddr({}));
});
}

Expand Down

0 comments on commit e94eaa0

Please sign in to comment.