From 2f0db9a974dba4c3dfff2a65883b1cb520cd0e85 Mon Sep 17 00:00:00 2001 From: Henri Larget Date: Mon, 14 Jan 2019 17:28:04 +0100 Subject: [PATCH] doc missing information about statistics parameter --- docs/configuration/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/api.md b/docs/configuration/api.md index 7360ea8ec..2d746afcb 100644 --- a/docs/configuration/api.md +++ b/docs/configuration/api.md @@ -301,7 +301,7 @@ curl -s "http://localhost:8080/health" | jq . // average response time in seconds "average_response_time_sec": 0.8648016000000001, - // request statistics [requires --statistics to be set] + // request statistics [requires --api.statistics to be set] // ten most recent requests with 4xx and 5xx status codes "recent_errors": [ {