Adrian Cole
Adrian Cole
Over a while, a few people have expressed interest in making span ID zero invalid. This mostly has impact to semantics of no ID and span id generators: No ID...
We had a discussion about foundation move, and part of this was about the current change culture and decision making. https://github.com/openzipkin/openzipkin.github.io/issues/51 Change culture in OpenZipkin isn't currently templated on well...
In http://zipkin.io/pages/instrumenting.html, our first section says "This is an advanced topic" However, it might not be clear what parts are advanced and what aren't. Particularly if "We’ll be extremely happy...
here are some notes I thought about when doing the async span investigation. https://github.com/openzipkin/zipkin/issues/1189#issuecomment-235414726 While rough, I expect these notes to be better than nothing, and can help us produce...
Probably make sense for us to host basic how-to for the tracers that we host. For example, the ruby tracer and brave. Particularly, @virtuald requested docs be made easier to...
We have unit tests, etc, and generally most zipkin instrumentation logs zipkin annotations. However, we occasionally get questions by folks who aren't logging zipkin annotations, or are otherwise curious about...
http://zipkin.io/pages/instrumenting.html discusses propagation, in terms of http and thrift, as well parent id vs span id, etc. There are several aspects around propagation that should be highlighted independently before being...
I've found it useful to compare an image to json, when explaining how things work. If we had a doc page that links in practical terms an image to json,...
there's no more need for zipkin-web, it is probably helpful to relate how it is that the zipkin-server ends up with web assets. the api and ui are often cohosted...
I've written the below brain dump, as folks trying to write new instrumentation often run into problems getting the dependency UI working. I'm not sure where to place this doc,...