Tracing integration mainly done for Turntable, but open aspects:
[ ] Plotter tracing ends at PlotterMES Proxy (Basic Machine Actor) (Serverhandshake is traced via turntable OPC UA request, but not the internal handshake, conveying, and plotting events)
[ ] VirtualPlotter seems to not trace correctly from the incoming plot OPC UA method invocation
[ ] Include OPC UA serverside trace sending to zipkin server (currently only done at client side OPC UA stack)
[ ] FU tracing is currently done per Event which are a lot, and thus difficult to understand --> better to have a span starting with reset or start and put all subsequent events into an annotation, and end the span with the complete event
[ ] Configuration of Tracing endpoint, not to be localhost
Tracing integration mainly done for Turntable, but open aspects: