-
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
parse thrift into markdown or something #21
Comments
Often it is the case that people ask questions we already have answers to. For starters, let's make the thrift doc known! See openzipkin/zipkin-api#21
offline chat with @basvanbeek maybe we can compile to java, then java to markdown |
Or maybe even write a Thrift-Markdown compiler! Adding to my todo list, no commitment for now. |
Often it is the case that people ask questions we already have answers to. For starters, let's make the thrift doc known! See openzipkin/zipkin-api#21
Soo... this is somewhat embarrassing, but it turns out Thrift has (and has, for pretty much forever had) an HTML generator. Just opened a PR in |
Closing as fixed with openzipkin/openzipkin.github.io#98, reopen if I missed something. |
our most authoritative description of fields and nuance is the thrift. Is there some way we can parse it into markdown or something so that there's a human readable copy on zipkin.io?
ex.
https://github.com/openzipkin/zipkin-api/blob/master/thrift/zipkinCore.thrift#L272
cc @abesto @basvanbeek
The text was updated successfully, but these errors were encountered: