Hi,
I think OpenTracing will be a great way to implement this, so we don't need to
write SPIs for every tracing backend there is but OpenTracing already handles
that for us.
+1
Cheers,
Markus
Am 26. September 2017 um 08:20 schrieb "[email protected]"
<[email protected]>:
Hi,
sometime back I had created PR adding distributed tracing support - https://github.com/apache/incubator-openwhisk/pull/2282
The current tracing support is based on zipkin akka-tracing library.
Recently, Adrian had mentioned in one of comments that the same lib is not
under active development and is probably dead. Given this I wanted to change
the tracing support implementation and make use of OpenTracing
(http://opentracing.io/ ).
OpenTracing will still allow to connect to a zipkin tracing server or any other
tracing solution.
I wanted to know everyone thoughts on the use of OpenTracing.
thanks,
Sandeep Paliwal