You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/monitoring/check-results.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ menu:
8
8
parent: "Monitoring"
9
9
---
10
10
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.
12
12
13
13
## Check results overview
14
14
@@ -132,6 +132,24 @@ These include:
132
132
133
133
e. Download
134
134
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
+

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
+
135
153
## Multistep check results
136
154
137
155
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