Hello,
I would like to override the default behavior of FileDataWriter (LogFileDataWriter in 3.x) by providing a custom writer that would only write down log messages within a specified time interval. (My aim is to ignore requests from ramp-up and ramp-down phases when when computing stats.)
I reviewed the docs and the sources but it’s not obvious to me how, or if this is even possible. The GatlingConfiguration class seems to only initialize the built-in data writers.
Any ideas?
Tomas