Class MetricsServicePointListener

java.lang.Object
ch.tocco.nice2.metrics.impl.servlet.MetricsServicePointListener
All Implemented Interfaces:
ServicePointListener

@Component public class MetricsServicePointListener extends Object implements ServicePointListener
ServicePointListener that intercepts 'remote service' calls and collects metrics. Note: In case a 'remote service' calls another 'remote service' during its execution, the second service call will not be logged separately (only the first call per thread is logged and all nested calls are part of this log entry).