HTTP monitor fields

edit

None

http fields

edit

HTTP related fields.

http.url

type: alias

alias to: url.full

Service url used by monitor.

rtt fields

edit

HTTP layer round trip times.

validate fields

edit

Duration 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

type: long

Duration in microseconds

validate_body fields

edit

Duration 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

type: long

Duration in microseconds

write_request fields

edit

Duration of sending the complete HTTP request. Duration based on already available network connection.

http.rtt.write_request.us

type: long

Duration in microseconds

response_header fields

edit

Time required between sending the start of sending the HTTP request and first byte from HTTP response being read. Duration based on already available network connection.

http.rtt.response_header.us

type: long

Duration in microseconds

http.rtt.content.us

type: long

Time required to retrieved the content in micro seconds.

total fields

edit

Duration 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

type: long

Duration in microseconds