diff --git a/packages/zipkin-instrumentation-grpc/src/ZipkinGrpcInterceptor.js b/packages/zipkin-instrumentation-grpc/src/ZipkinGrpcInterceptor.js index 7dac2706..11eabc2a 100644 --- a/packages/zipkin-instrumentation-grpc/src/ZipkinGrpcInterceptor.js +++ b/packages/zipkin-instrumentation-grpc/src/ZipkinGrpcInterceptor.js @@ -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({})); }); }