To understand the responsiveness of the service being monitored, chart the latency metric of an uptime check. Similarly, to understand which regions are responding successfully to an uptime check, chart the status metric of an uptime check.
This document describes how to chart metrics generated by uptime checks by using Metrics Explorer. For information about how to save these charts to a custom dashboard, see Save a chart for future reference.
Before you begin
You must have an uptime check to use these instructions. If you haven't created an uptime check, then see Create public uptime checks or Create private uptime checks.
Chart uptime-check status
You can use the Cloud Monitoringuptime_check/check_passed
metric as the
basis for a chart that displays the status of an uptime check.
The following example charts, by location, the number of passed checks in a one-minute window:
-
In the Google Cloud console, go to the leaderboard Metrics explorer page:
If you use the search bar to find this page, then select the result whose subheading is Monitoring.
- In the Metric element, expand the Select a metric menu,
enter
Check passed
in the filter bar, and then use the submenus to select a specific resource type and metric:- In the Active resources menu, select the resource monitored by the uptime check.
- In the Active metric categories menu, select Uptime_check.
- In the Active metrics menu, select Check passed.
- Click Apply.
monitoring.googleapis.com/uptime_check/check_passed
. - Configure how the data is viewed.
- In the Filter element, expand the menu and select check_id, and then select a specific checker.
- In the Aggregation element, expand the first menu and select Configure aligner. The Alignment function and Grouping elements are added.
- In the Alignment function element, expand the menu and select Next older.
- In the Grouping element, expand the first menu and select Count true.
For more information about configuring a chart, see Select metrics when using Metrics Explorer.
Chart uptime-check latency
You can use the Monitoringuptime_check/request_latency
metric
as a basis for uptime-check latency charts. Your choices for the
grouping fields let you create different charts.
You can, for example, set these fields to display the maximum latency or to
display the total latency:
-
In the Google Cloud console, go to the leaderboard Metrics explorer page:
If you use the search bar to find this page, then select the result whose subheading is Monitoring.
- In the Metric element, expand the Select a metric menu,
enter
Request latency
in the filter bar, and then use the submenus to select a specific resource type and metric:- In the Active resources menu, select the resource monitored by the uptime check.
- In the Active metric categories menu, select Uptime_check.
- In the Active metrics menu, select Request latency.
- Click Apply.
monitoring.googleapis.com/uptime_check/request_latency
. - Configure how the data is viewed.
- In the Filter element, expand the menu and select check_id, and then select a specific checker.
- In the Aggregation element, expand the first menu and select Mean, and then expand the second menu and select checker_location.
For more information about configuring a chart, see Select metrics when using Metrics Explorer.