Skip to content

Commit 0db8cfb

Browse files
removed unnecessary partial
1 parent 022c9eb commit 0db8cfb

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

src/content/docs/magic-transit/network-health/check-tunnel-health-dashboard.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ import { Render } from "~/components";
1313
params={{
1414
dashInfo: "The dashboard shows the global view of tunnel health as measured from all Cloudflare locations.",
1515
productPath: "**Magic Transit** > **Tunnel health**",
16-
graphQL: "/magic-transit/analytics/query-tunnel-health/"
17-
}}
18-
/>
19-
20-
<Render
21-
file="tunnel-health/health-checks-compatible-cmb-eu"
22-
product="networking-services"
23-
params={{
16+
graphQL: "/magic-transit/analytics/query-tunnel-health/",
2417
productName: "Magic Transit"
2518
}}
2619
/>

src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ import { Render } from "~/components";
1313
params={{
1414
dashInfo: "The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.",
1515
productPath: "**Magic WAN** > **Tunnel health**",
16-
graphQL: "/magic-wan/analytics/query-tunnel-health/"
17-
}}
18-
/>
19-
20-
<Render
21-
file="tunnel-health/health-checks-compatible-cmb-eu"
22-
product="networking-services"
23-
params={{
16+
graphQL: "/magic-wan/analytics/query-tunnel-health/",
2417
productName: "Magic WAN"
2518
}}
2619
/>

src/content/partials/networking-services/tunnel-health/check-tunnel-healthchecks-dash.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ params:
33
- dashInfo
44
- productPath
55
- graphQL
6+
- productName
67
---
78

89
import { GlossaryTooltip, Markdown } from "~/components";
@@ -23,4 +24,8 @@ To check for anycast tunnel health:
2324
2. Go to <Markdown text={props.productPath} />.
2425
3. In **Cloudflare colos**, you can choose one or more Cloudflare data centers to filter out the traffic that shows up in your anycast tunnels. For example, if you chose the Lisbon data center, your anycast tunnels would only show connections to that data center.
2526
4. Below, you have a list of all your anycast tunnels, as well as their current health status. Find the tunnel you wish to inspect and select the arrow (**>**) before it to open its details.
26-
5. The details pane shows the connection status between different Cloudflare servers and your tunnel. Select **Traceroute for details** in one of the Cloudflare servers shown to check for issues between Cloudflare and your origin network.
27+
5. The details pane shows the connection status between different Cloudflare servers and your tunnel. Select **Traceroute for details** in one of the Cloudflare servers shown to check for issues between Cloudflare and your origin network.
28+
29+
:::note
30+
{props.productName} customers with [Customer Metadata Boundary](/data-localization/metadata-boundary/) enabled for the European Union are able to access GRE, IPsec, and CNI health check and traffic volume data in the Cloudflare dashboard and via API. This ensures that any {props.productName} customers that need to be GDPR compliant are able to access all {props.productName} features.
31+
:::

src/content/partials/networking-services/tunnel-health/health-checks-compatible-cmb-eu.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)