Create instrumentation tracer for AttachExistingElementRpcHandler.
Add handler to List<TypeInstrumentation> typeInstrumentations() in InstrumentationModule
Implementation should set the span status to StatusCode.ERROR if there an exception has been thrown.
Handler is called for synching an existing client element to its server side node.
Essentially this is called when a server-side element is mapped to an existing client side node
Create instrumentation tracer for AttachExistingElementRpcHandler. Add handler to
List<TypeInstrumentation> typeInstrumentations()
in InstrumentationModuleImplementation should set the span status to
StatusCode.ERROR
if there an exception has been thrown.