Closed sissbruecker closed 2 years ago
Adds instrumentation for VaadinService.handleRequest to add the session id to the context, and updates existing instrumentations to capture the session id as span attribute.
VaadinService.handleRequest
Closes #46
@caalador Rebased, and updated PublishedServerEventHandlerRpcHandlerInstrumentation to use InstrumentationHelper.startSpan
PublishedServerEventHandlerRpcHandlerInstrumentation
InstrumentationHelper.startSpan
Description
Adds instrumentation for
VaadinService.handleRequest
to add the session id to the context, and updates existing instrumentations to capture the session id as span attribute.Closes #46