Skip to content

Commit 022c9eb

Browse files
added note on graqphql
1 parent 5d30e0e commit 022c9eb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { Render } from "~/components";
1111
file="tunnel-health/check-tunnel-healthchecks-dash"
1212
product="networking-services"
1313
params={{
14-
dashInfo:
15-
"The dashboard shows the global view of tunnel health as measured from all Cloudflare locations.",
14+
dashInfo: "The dashboard shows the global view of tunnel health as measured from all Cloudflare locations.",
1615
productPath: "**Magic Transit** > **Tunnel health**",
16+
graphQL: "/magic-transit/analytics/query-tunnel-health/"
1717
}}
1818
/>
1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { Render } from "~/components";
1111
file="tunnel-health/check-tunnel-healthchecks-dash"
1212
product="networking-services"
1313
params={{
14-
dashInfo:
15-
"The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.",
14+
dashInfo: "The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.",
1615
productPath: "**Magic WAN** > **Tunnel health**",
16+
graphQL: "/magic-wan/analytics/query-tunnel-health/"
1717
}}
1818
/>
1919

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
@@ -2,6 +2,7 @@
22
params:
33
- dashInfo
44
- productPath
5+
- graphQL
56
---
67

78
import { GlossaryTooltip, Markdown } from "~/components";
@@ -12,10 +13,14 @@ The Cloudflare dashboard monitors the health of all <GlossaryTooltip term="anyca
1213

1314
Not all data centers will be relevant to you at all times. You can refer to the **Average ingress traffic (last hour)** column to understand if a given data center is receiving traffic for your network, and if its health status is relevant to you.
1415

16+
:::note
17+
To access more than one hour of tunnel data, you should use the <a href={props.graphQL}>GraphQL API</a>.
18+
:::
19+
1520
To check for anycast tunnel health:
1621

1722
1. Go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
1823
2. Go to <Markdown text={props.productPath} />.
1924
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.
2025
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.
21-
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.
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.

0 commit comments

Comments
 (0)