Zipkin Api 0.2.0 introduces a protobuf reporting service
Some users requested a gRPC endpoint in #57.
We've added SpanService.Report
, which takes the same message as our POST /api/v2/spans with content type application/x-protobuf
. This allows normal protobuf binding as well as gRPC to work without limiting us to features that don't work universally such as streaming.