Class StatisticsCSVInterceptor

java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.statistics.StatisticsCSVInterceptor
All Implemented Interfaces:
Interceptor

public class StatisticsCSVInterceptor extends AbstractInterceptor
Description
Writes statistics (time, status code, hostname, URI, etc.) about exchanges passing through into a CSV file (one line per exchange).
Explanation
Note that the CSV file is UTF-8 encoded.
Topic
5. Monitoring, Logging and Statistics