opentracing-contrib / java-jfr-tracer

This is a delegating tracer to be used with OpenTracing. It records span information into the JFR, allowing very deep tracing.
Apache License 2.0
77 stars 14 forks source link

Move to 0.32.0 once released #6

Closed thegreystone closed 5 years ago

thegreystone commented 5 years ago

This would mean we can get at least get the spanID and traceID directly from the span. ParentID seems to be beyond reach still.

thegreystone commented 5 years ago

...you'd expect APM vendors to complain a bit more about this, as some vendors don't model this the same way as Zipkin and Jaeger.

thegreystone commented 5 years ago

The opentracing-0.32.0 branch currently shows what it would look like.

thegreystone commented 5 years ago

The spec has changed, and there is at least a spec change before we get the parent. Ergo, let's skip the parent for now, and get that later, whenever the spec is updated.

thegreystone commented 5 years ago

No point in waiting, as described in #14.