Skip to content

Commit f1b5dbe

Browse files
added link to tunnel states
1 parent eac39e1 commit f1b5dbe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/docs/magic-transit/reference/magic-tunnels.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ title: Magic Tunnels background information
66

77
import { Render } from "~/components"
88

9-
<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" product="magic-wan" />
9+
<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" product="magic-wan" params={{ tunnelStatePath: "/magic-transit/reference/tunnel-health-checks/#tunnel-state-determination" }} />

src/content/docs/magic-wan/reference/magic-tunnels.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ title: Magic Tunnels background information
66

77
import { Render } from "~/components"
88

9-
<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" />
9+
<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" params={{ tunnelStatePath: "/magic-wan/reference/tunnel-health-checks/#tunnel-state-determination" }} />

src/content/partials/magic-wan/magic-tunnel-health-alerts/magic-tunnels-slos.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
{}
3-
2+
params:
3+
- tunnelStatePath
44
---
55

66
Cloudflare combines different metrics to determine when to send you Magic Tunnel health alerts. Review key concepts below to better understand this process.
@@ -11,7 +11,7 @@ A ratio between the total number of positive events divided by the total number
1111

1212
### Service-level objectives (SLOs)
1313

14-
SLOs are the threshold for the SLI and they set a target level of reliability for Magic Tunnels. For example, if the SLI is based on the percentage of Magic Tunnel states meeting the desired criteria, an SLO could be 99.9% of tunnel states being healthy over the past 30 days. The SLI values for the SLO are calculated based on the tunnel state values, not on the timeout results from tunnel health checks.
14+
SLOs are the threshold for the SLI and they set a target level of reliability for Magic Tunnels. For example, if the SLI is based on the percentage of Magic Tunnel states meeting the desired criteria, an SLO could be 99.9% of tunnel states being healthy over the past 30 days. The SLI values for the SLO are calculated based on the <a href={props.tunnelStatePath}>tunnel state values</a>, not on the timeout results from tunnel health checks.
1515

1616
### Error budget
1717

0 commit comments

Comments
 (0)