-
Task
-
Resolution: Done
-
Major
-
3.0.0.Alpha8
-
None
Currently the integration "surface" is larger than it needs to be. It consists of:
- ProbeExtension
- Probe (Weld Service)
- ProbeFilter
- ProbeServlet
This all needs to be configured / initialized by an integrator for probe to work correctly. We should be able to simplify this to:
- a filter - combining both ProbeFilter and ProbeServlet
- an extension
- invocation monitor integration
- event monitor integration
- holder for Probe's state (accessing the state from e.g. a filter is easy - beanManager.getExtension(ProbeExtension.class))
- blocks
-
WELD-1940 [2.3] Probe support
- Resolved