vaadin / observability-kit

Other
5 stars 3 forks source link

Investigate TypeInstrumentation for custom handlers in application #19

Open caalador opened 2 years ago

caalador commented 2 years ago

Investigate tracing of custom request handlers added by overriding the createRequestHandlers in VaadinService.

This should cover any handlers that typeMatch extendsClass("com.vaadin.flow.server.RequestHandler") and get a call to the method handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response)

The umbrella should ignore any handlers that have existing registered implementations in use.