Skip to content

Commit 63e6b9f

Browse files
Hyperlint Automation Fix
1 parent eacc66a commit 63e6b9f

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2

1 file changed

+2
-2
lines changed

src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Render } from "~/components"
1212
In early 2020, Cloudflare released the first version of the Network Analytics dashboard and its corresponding API. The second version (Network Analytics v2) was made available on 2021-09-13.
1313

1414
:::caution
15-
<Render file="network-analytics-v1-deprecation" />
15+
<Render file="network-analytics-v1-deprecation" />
1616
:::
1717

1818
## Before you start
@@ -67,7 +67,7 @@ For reference information on NAv2 nodes, refer to the [NAv2 node reference](/ana
6767

6868
:::note[Obtaining data for ingress traffic only]
6969

70-
All the NAv2 `*AnalyticsAdaptiveGroups` nodes include data for ingress and egress traffic. To obtain data about ingress traffic only, include `direction: "ingress"` in your [GraphQL query filter](/analytics/graphql-api/features/filtering/).
70+
All the NAv2 `*AnalyticsAdaptiveGroups` nodes include data for ingress and egress traffic. To obtain data about ingress traffic only, include `direction: 'ingress'` in your [GraphQL query filter](/analytics/graphql-api/features/filtering/).
7171
:::
7272

7373
## Schema comparison

0 commit comments

Comments
 (0)