openzipkin / zipkin-api

Zipkin's language independent model and HTTP Api Definitions
https://zipkin.io/zipkin-api/
Apache License 2.0
59 stars 32 forks source link

proto3 is not documented for /api/v2/spans in the openapi/swagger doc #56

Closed codefromthecrypt closed 5 years ago

codefromthecrypt commented 6 years ago

It should be! "application/x-protobuf" accepts a ListOfSpans from https://github.com/openzipkin/zipkin-api/blob/master/zipkin.proto#L211

We didn't say this anywhere yet