This plugin will:
- Replace generic id of the request with unique one generated using uuid4.
- Store request start time in csv file with path given in HIVEMIND_BENCHMARKS_IDS_FILE env variable.
Storage format:
request_uuid,request_start_time
This file will be read by benchmarking system to evaluate request/response time.