Skip to content

Commit bcb59a5

Browse files
Docs review
1 parent 5a5f3a6 commit bcb59a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monitoring/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring
33
summary: Monitor the endpoint health and endpoint performance of an NServiceBus system
4-
reviewed: 2022-02-09
4+
reviewed: 2024-10-24
55
isLearningPath: true
66
---
77

@@ -18,9 +18,9 @@ Use this data to understand [which message handlers need to be optimized](/tutor
1818

1919
## Endpoint health
2020

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.
2222

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.
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.
2424

2525
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).
2626

0 commit comments

Comments
 (0)