Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ title: Magic Tunnels background information

import { Render } from "~/components"

<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" product="magic-wan" />
<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" product="magic-wan" params={{ tunnelStatePath: "/magic-transit/reference/tunnel-health-checks/#tunnel-state-determination" }} />
2 changes: 1 addition & 1 deletion src/content/docs/magic-wan/reference/magic-tunnels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ title: Magic Tunnels background information

import { Render } from "~/components"

<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" />
<Render file="magic-tunnel-health-alerts/magic-tunnels-slos" params={{ tunnelStatePath: "/magic-wan/reference/tunnel-health-checks/#tunnel-state-determination" }} />
2 changes: 1 addition & 1 deletion src/content/notifications/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ entries:
otherFilters: None.

- name: Magic Tunnel Health Check Alert
audience: Magic Transit and Magic WAN customers who wish to receive alerts when the percentage of successful health checks for a Magic Tunnel drops below the selected service-level objective (SLO).
audience: Magic Transit and Magic WAN customers who wish to receive alerts when the percentage of tunnel states meeting the selected service-level objective (SLO) drops below the defined threshold for a Magic Tunnel.
availability: Purchase of Magic Transit and Magic WAN.
associatedProducts: Magic Transit
nextSteps: Refer to the [Magic Transit tunnel health](/magic-transit/how-to/check-tunnel-health-dashboard/) or [Magic WAN tunnel health](/magic-wan/configuration/common-settings/check-tunnel-health-dashboard/) for more information on what the issue might be.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{}

params:
- tunnelStatePath
---

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

### Service-level objectives (SLOs)

SLOs are the threshold for the SLI, and set a target level of reliability for Magic Tunnels. For example, if the SLI is the percentage of successful Magic Tunnel health checks, an SLO could be 99.9% of requests being successful over the past 30 days. Customers decide the required threshold to be notified of a problem with Magic Tunnels. Above the set threshold, Cloudflare will not send any alerts.
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.

### Error budget

Expand Down
Loading