-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds openapi spec for POST /api/v2/spans including the json format #33
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