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: monitoring/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Monitoring
3
3
summary: Monitor the endpoint health and endpoint performance of an NServiceBus system
4
-
reviewed: 2022-02-09
4
+
reviewed: 2024-10-24
5
5
isLearningPath: true
6
6
---
7
7
@@ -18,9 +18,9 @@ Use this data to understand [which message handlers need to be optimized](/tutor
18
18
19
19
## Endpoint health
20
20
21
-
A ServiceControl instance can track which endpoint instances are running by listening to a [continual stream of heartbeat messages](/monitoring/heartbeats/). Endpoints that fail to send heartbeats within a defined period of time are considered to be inactive. When an inactive endpoint starts sending heartbeats again, it becomes active.
21
+
A ServiceControl instance can track which endpoint instances are running by listening to a [continual stream of heartbeat messages](/monitoring/heartbeats/). Endpoints that fail to send heartbeats within a defined period are considered to be inactive. When an inactive endpoint starts sending heartbeats again, it becomes active.
22
22
23
-
Beyond heartbeats, an endpoint can include [custom code to check anything and report status](/monitoring/custom-checks/). These checks can be run on a regular schedule and can be used to ensure that thirdparty web services and applications are running as expected.
23
+
Beyond heartbeats, an endpoint can include [custom code to check anything and report status](/monitoring/custom-checks/). These checks can be run on a regular schedule and can be used to ensure that third-party web services and applications are running as expected.
24
24
25
25
ServicePulse can be used to [track which endpoints are active and inactive](/monitoring/heartbeats/in-servicepulse.md) as well as [monitor the status of custom checks](/monitoring/custom-checks/in-servicepulse.md).
0 commit comments