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: samples/servicecontrol/events-subscription/sample.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Monitor with ServiceControl events
3
3
summary: A sample showing how to monitor events in ServiceControl
4
4
component: ServiceControlContracts
5
-
reviewed: 2023-11-30
5
+
reviewed: 2025-08-28
6
6
related:
7
7
- servicecontrol
8
8
- servicecontrol/contracts
@@ -76,7 +76,7 @@ The `MessageFailed` event is published whenever ServiceControl detects a new mes
76
76
In order to receive `HeartbeatStopped` and `HeartbeatRestored` events, the endpoint must use the [heartbeats plugin](/monitoring/heartbeats).
77
77
78
78
> [!NOTE]
79
-
> Heartbeat control messages are sent [every 30 seconds by default](/monitoring/heartbeats/install-plugin.md#heartbeat-interval) so there will be up to a 30 second delay before ServiceControl realizes that it lost or restored connection with the endpoint.
79
+
> Heartbeat control messages are sent [every 10 seconds by default](/monitoring/heartbeats/install-plugin.md#heartbeat-interval) so there will be up to a 30 second delay before ServiceControl realizes that it lost or restored connection with the endpoint.
0 commit comments