Adds openapi spec for POST /api/v2/spans including the json format#33
Adds openapi spec for POST /api/v2/spans including the json format#33codefromthecrypt merged 1 commit intomasterfrom
Conversation
|
PS for those curious, we don't have a read api for this model, yet. the zipkin2 project will take more time to complete, but POST endpoints are available now (in latest 1.30). POST is more important as that's what tracers use. The read apis will come, but later. Follow openzipkin/zipkin#1644 for updates |
|
@flier @ellispritchard you might be interested in this, too |
|
PS I will add more detailed descriptions here as I noticed I had to link people to java files |
|
completed documentation |
|
updated validation script and switched current link to v2 |
|
completed documentation |
|
Ta @adriancole ! |
|
@pavolloffay fyi I know you are working on json and v1 couldn't be code-genned. You may still prefer to not codegen v2, but anyway here's the model for it. |
|
@adriancole thanks for pointing to this. |
See openzipkin/zipkin#1499 for the description of this format
I tested this with a deviation of @devinsba example here: openzipkin/zipkin-api-example#1
cc @kellabyte @basvanbeek