Skip to content

Commit b3df98f

Browse files
[Magic] SLO thresholds (#23720)
* added slo thresholds * Apply suggestions from code review Co-authored-by: Kate Tungusova <[email protected]> --------- Co-authored-by: Kate Tungusova <[email protected]>
1 parent cdfba52 commit b3df98f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/content/partials/networking-services/tunnel-health/magic-tunnel-health-alerts.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ If a Magic Tunnel health alert is fired, customers can expect the following data
2626
- Alert SLO
2727
- Timestamp
2828

29+
## SLO thresholds
30+
31+
Currently, there are seven SLO threshold values that you can configure through the Cloudflare dashboard. For a more granular approach, use the [API](#set-up-magic-tunnel-health-alerts).
32+
33+
The SLO threshold for Magic Tunnel health alerts is the percentage of successful health checks for each Magic Tunnel in the alert:
34+
35+
| Alert Sensitivity Level | SLO threshold |
36+
| --- | --- |
37+
| Minimum | 95.0 |
38+
| Very low | 96.0 |
39+
| Low | 97.0 |
40+
| Medium | 98.0 |
41+
| High | 99.0 |
42+
| Very high | 99.5 |
43+
| Maximum | 99.9 |
44+
45+
The time it takes to be alerted depends on the sensitivity level you configure for your SLO thresholds. Higher sensitivity levels will notify you faster when a tunnel's health degrades, but they may also trigger alerts for brief or minor disruptions. Lower sensitivity levels reduce the chance of false alarms but may delay notifications for less severe issues. While the underlying detection timing remains consistent across sensitivity levels, the speed of notification depends on how significantly the tunnel's health has dropped and the sensitivity you have chosen. Cloudflare recommends that you [test SLO thresholds](#test-slos) to decide which one better serves your use case.
46+
47+
Refer to <a href={props.magicTunnelHealthCheckCalculation}>Magic Tunnel health check calculation</a> for more information on this topic.
48+
49+
2950
## Set up Magic Tunnel health alerts
3051

3152
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

0 commit comments

Comments
 (0)