From c74c0e50269ab5c6b8b9d0c272bf8d33ced61e79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dariusz=20K=C4=99dzierski?= <dkedzierski@syncad.com>
Date: Mon, 4 Jan 2021 10:00:51 +0100
Subject: [PATCH] Readme updated

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d1efe63..6f3a7d4 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,12 @@
-This plugin will add 'Sent-At' header with timestamp in perf_counter format to request headers.
+This plugin will:
+
+1. Replace generic id of the request with unique one generated using uuid4.
+2. Store request start time in csv file with path given in HIVEMIND_BENCHMARKS_IDS_FILE env variable.
+
+Storage format:
+```
+request_uuid,resuest_start_time
+```
+
+This file will be read by benchmarking system to evaluate request/response time.
+
-- 
GitLab