Skip to content

Commit 4a8dd3e

Browse files
authored
Merge pull request #127837 from changeworld/patch-34
Fix typo: atleast -> at least
2 parents 42520c8 + 951fe95 commit 4a8dd3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/service-bus-messaging/service-bus-troubleshooting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article provides troubleshooting tips and recommendations for a few issues
1414
## Resource health
1515
The unhealthy period marked on the **Resource health** page of your Service Bus namespace in the Azure portal might be longer by a few minutes than the actual period. For example, the page might indicate that the namespace is unhealthy for 5-6 minutes, while the actual unhealthy period was only 1-2 minutes.
1616

17-
This behavior is due to the alert system's evaluation mechanism, which uses a 3-minute evaluation interval combined with a 5-minute lookback window. The lookback window is used to ensure that there are no errors for atleast 5 minutes before considering the namespace healthy. In the above example, the namespace got healthy in a minute or two but the next evaluation happened was atleast 5 minutes (lookback window) after the namespace became healthy.
17+
This behavior is due to the alert system's evaluation mechanism, which uses a 3-minute evaluation interval combined with a 5-minute lookback window. The lookback window is used to ensure that there are no errors for at least 5 minutes before considering the namespace healthy. In the above example, the namespace got healthy in a minute or two but the next evaluation happened was at least 5 minutes (lookback window) after the namespace became healthy.
1818

1919

2020
## Connectivity issues

0 commit comments

Comments
 (0)