WARNING: Version 6.0 of Heartbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
HTTP Monitor Fields
editHTTP Monitor Fields
editNone
http Fields
editHTTP related fields.
http.url
edittype: text
Service url used by monitor.
response Fields
editService response parameters.
http.response.status
edittype: integer
Response status code.
rtt Fields
editHTTP layer round trip times.
validate Fields
editDuration between first byte of HTTP request being written and response being processed by validator. Duration based on already available network connection.
Note: if validator is not reading body or only a prefix, this number does not fully represent the total time needed to read the body.
http.rtt.validate.us
edittype: long
Duration in microseconds
validate_body Fields
editDuration of validator required to read and validate the response body.
Note: if validator is not reading body or only a prefix, this number does not fully represent the total time needed to read the body.
http.rtt.validate_body.us
edittype: long
Duration in microseconds
write_request Fields
editDuration of sending the complete HTTP request. Duration based on already available network connection.
http.rtt.write_request.us
edittype: long
Duration in microseconds
response_header Fields
editTime required between sending the start of sending the HTTP request and first by from HTTP response being read. Duration based on already available network connection.
http.rtt.response_header.us
edittype: long
Duration in microseconds
total Fields
editDuration required to process the HTTP transaction. Starts with the initial TCP connection attempt. Ends with after validator did check the response.
Note: if validator is not reading body or only a prefix, this number does not fully represent the total time needed.
http.rtt.total.us
edittype: long
Duration in microseconds