HTTP Monitor Fieldsedit

None

http Fieldsedit

HTTP related fields.

http.urledit

type: text

Service url used by monitor.

response Fieldsedit

Service response parameters.

http.response.statusedit

type: integer

Response status code.

rtt Fieldsedit

HTTP layer round trip times.

validate Fieldsedit

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.usedit

type: long

Duration in microseconds

validate_body Fieldsedit

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.usedit

type: long

Duration in microseconds

write_request Fieldsedit

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

http.rtt.write_request.usedit

type: long

Duration in microseconds

response_header Fieldsedit

Time 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.usedit

type: long

Duration in microseconds

total Fieldsedit

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.usedit

type: long

Duration in microseconds