Jonathan Mace
Jonathan Mace
It affects the following searches: - `q=&t=s` - `q=&t=r` - `q=re%3Ame` - `q=`
In short, if a parent span ever blocks on a child completing, then that is a causal relationship from child to parent. Currently, we do not record this relationship (either...
Also see HTrace equivalent: https://issues.apache.org/jira/browse/HTRACE-118
In our [TracingPlane](https://github.com/JonathanMace/tracingplane) work, we developed a specification for general purpose metadata propagation. Specifically: - a general-purpose serialization format / representation called [atoms](https://github.com/JonathanMace/tracingplane/blob/master/doc/atom-layer.md) - general-purpose logic for merging atoms in...
One question is whether you can have an inline child followed by a non-inline child followed by an inline child. Yes, this is OK; the way you do it is...
This tutorial can just be a modified version of this one: http://brownsys.github.io/tracing-framework/docs/tutorials/baggage.html
Also add 'one of' to structs
To enable structs to have optional values, and still be lexicographically comparable, 'not present' is lexicographically less than 'any value'; the optional flag must therefore precede each variable as opposed...