Understanding and using uptime monitoring metrics
uptime_monitor_[name]_response_time
) tracks how long each request takes to complete.
uptime_monitor_[name]_response_time
uptime_monitor_[name]_status
) indicates whether the endpoint check was successful.
uptime_monitor_[name]_status
status="success"
: 1 if successful, 0 if failedstatus="failure"
: 1 if failed, 0 if successfuluptime_monitor_[name]_status
don’t forget to either group by status
or set a filter status=failure
or status=success