// SETUP ======================================================================================
public ServletReporter(final C config) {
super(config);
this.reqCollector = new RequestCollector(config);
this.sesCollector = new SessionCollector(config);
// initialize list of local addresses (in order to distinguish remote calls from local ones)
localAddresses = new HashSet<String>();
try {