From 9b40dc2055ace24bde4fc0ac058e2599e1f1b98a Mon Sep 17 00:00:00 2001 From: s8sg Date: Mon, 26 Aug 2019 16:10:06 +0900 Subject: [PATCH] Add custom Request Id option in readme Signed-off-by: s8sg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03fa1be4..6bc81af8 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ For each new request, faas-flow generates a unique `Request Id` for the flow. Th 2018/08/13 07:52:03 [Request `bdojh7oi7u6bl8te4r0g`] Received ``` The assigned request Id is set on the response header `X-Faas-Flow-Reqid` - +One may provide custom request Id by setting `X-Faas-Flow-Reqid` in the request header ## Request Tracing by Open-Tracing