vaadin / observability-kit

Other
5 stars 3 forks source link

TypeInstrumentation for AttachExistingElementRpcHandler #16

Closed caalador closed 2 years ago

caalador commented 2 years ago

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.

caalador commented 2 years ago

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