From 89d3af73e6ae18d53b11120f7fba1b01fbff1eef Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Tue, 5 Jun 2018 09:11:59 +0200 Subject: [PATCH] Explain request time Signed-off-by: Lorenzo Fontana Explain request length Signed-off-by: Lorenzo Fontana --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5f24121..21fb7f6 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,18 @@ every request to an InfluxDB backend exposing UDP. ## Exported Fields (per request) -| Metric | Type | Description | -|-----------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------| -| method | string | The HTTP request method that has been given as a reply to the caller | -| status | integer | The HTTP status code of the reply from the server (refer to [RFC 7231](https://tools.ietf.org/html/rfc7231#section-6.1) for more details) | -| bytes_sent | integer | The number of bytes sent to a client body + header | -| body_bytes_sent | integer | The number of bytes sent to a client only for body | -| header_bytes_sent | integer | The number of bytes sent to a client for header and body | -| request_length | integer | Request length (including request line, header, and request body) | -| uri | string | The called uri (e.g: /index.html) | -| extension | string | The extension of the served file (e.g: js, html, php, png) | -| content_type | string | The content type of the response (e.g: text/html) | +| Metric | Type | Description | +|-----------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| method | string | The HTTP request method that has been given as a reply to the caller | +| status | integer | The HTTP status code of the reply from the server (refer to [RFC 7231](https://tools.ietf.org/html/rfc7231#section-6.1) for more details) | +| bytes_sent | integer | The number of bytes sent to a client body + header | +| body_bytes_sent | integer | The number of bytes sent to a client only for body | +| header_bytes_sent | integer | The number of bytes sent to a client for header and body | +| request_length | integer | Request length (including request line, header, and request body) | +| uri | string | The called uri (e.g: /index.html) | +| extension | string | The extension of the served file (e.g: js, html, php, png) | +| content_type | string | The content type of the response (e.g: text/html) | +| request_time | string | Request processing time in seconds with a milliseconds resolution | ## Installation