Skip to content

Commit c7bc287

Browse files
committed
feat: add Heartbeat check result info to Check results page
1 parent 14fcfb4 commit c7bc287

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Loading

site/content/docs/monitoring/check-results.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menu:
88
parent: "Monitoring"
99
---
1010

11-
You can select any check on the main Checkly dashboard to get an overview of the results they have produced so far. To learn about heartbeat check results, visit the [Heartbeat checks](/docs/heartbeat-checks/) section
11+
You can select any check on the main Checkly dashboard to get an overview of the results they have produced so far.
1212

1313
## Check results overview
1414

@@ -132,6 +132,24 @@ These include:
132132

133133
e. Download
134134

135+
## Heartbeat check results
136+
137+
Heartbeat check results show information about the ping request, like when it was recieved and its source.
138+
139+
![Using the Heartbeat check results view](/docs/images/monitoring/check-results-heartbeat.png)
140+
141+
The state indicates when your scheduled job pinged the Heartbeat check, relative to the expected time:
142+
143+
| State | Description |
144+
| -------- | ------- |
145+
| `EARLY` | Ping recieved before the expected time. |
146+
| `RECEIVED` | Ping recieved right at the expected time. |
147+
| `GRACE` | Ping recieved after the expected time, during the grace period. |
148+
| `LATE` | Ping recieved during the few seconds between the end of the grace period and before the check is marked as failing. This is very rare. |
149+
| `FAILING` | No ping recieved by the end of the grace period. Indicates a failing Heartbeat check. |
150+
151+
The source shows where your ping originated, determined by the `origin` and `referer` request headers. [Learn more about configuring the ping source](/docs/heartbeat-checks/#pinging-your-heartbeat-check).
152+
135153
## Multistep check results
136154

137155
Multistep check results are navigated using the tree on the left side of the screen. If you are running checks in parallel, first select the location you are interested in.

0 commit comments

Comments
 (0)