> It doesn't follow it now, but we are currently working on some enhancements for Kamon that include making our tracer OpenTracing compliant. Currently working on top of a snapshot from this PR:
https://github.com/opentracing/opentracing-java/pull/115, but that should be merged today and published sometime soon. Expect our first implementation of the tracer to be out for testing soon after!
>
>
> I'm not sure about comparing Kamon with Zipkin/Jaeger.. those are complete solutions for distributed tracing that have both a client library and a full featured backend for storing, querying and visualizing the tracing data. In it's current state Kamon is a lot more biased towards recording highly detailed metrics collection and being backend agnostic. One of the goals we have on our new tracer implementation is to ship with a Zipkin and/or Jaeger reporter so that you should be able to use the Kamon tracer (and thus, take advantage of all the integrations we already have) and report the data to whatever backend you want.
>
>
> Probably I'll have a better answer for this comparison once we get the new tracer out :), stay tuned! I will ping you when we have some working version that could be tried out, regards!