AI-generated Key Takeaways
-
Describes the results of HTTPS latency diagnostics, specifically for requests to Google websites.
-
Includes information on any problems encountered, such as DNS resolution or request failures, or high latency.
-
The latency is reported in a string format representing a duration in seconds.
Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.
| JSON representation |
|---|
{
"problem"
:
enum (
|
| Fields | |
|---|---|
problem
|
Output only. HTTPS latency routine problem if a problem occurred. |
latency
|
Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY. A duration in seconds with up to nine fractional digits, ending with ' |
HttpsLatencyProblem
HTTPS latency problems.
| Enums | |
|---|---|
HTTPS_LATENCY_PROBLEM_UNSPECIFIED
|
HTTPS latency problem not specified. |
FAILED_DNS_RESOLUTIONS
|
One or more DNS resolutions resulted in a failure. |
FAILED_HTTPS_REQUESTS
|
One or more HTTPS requests resulted in a failure. |
HIGH_LATENCY
|
Average HTTPS request latency time between 500ms and 1000ms is high. |
VERY_HIGH_LATENCY
|
Average HTTPS request latency time greater than 1000ms is very high. |


