HttpsLatencyRoutineData
Stay organized with collections
Save and categorize content based on your preferences.
Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.
Fields |
problem |
enum (HttpsLatencyProblem )
Output only. HTTPS latency routine problem if a problem occurred.
|
latency |
string (Duration format)
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 's '. Example: "3.5s" .
|
HttpsLatencyProblem
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["This data describes the results of HTTPS latency diagnostics performed by issuing HTTPS requests to Google websites."],["The data includes a \"problem\" field indicating any latency issues encountered (e.g., DNS resolution failures, request failures, or high latency) and a \"latency\" field providing the average request latency time if the routine succeeded or failed due to specific latency thresholds."],["`HttpsLatencyProblem` is an enum that defines the different types of HTTPS latency issues that could be encountered, such as unspecified problems, DNS resolution failures, failed HTTPS requests, and high or very high latency."]]],[]]