Skip to content

Zipkin Api 0.2.0 introduces a protobuf reporting service

Compare
Choose a tag to compare
@codefromthecrypt codefromthecrypt released this 12 Apr 00:02
· 52 commits to master since this release

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.