Skip to content

Commit 10e393f

Browse files
authored
Added products and description to frontmatter (#30240)
1 parent 69c0d76 commit 10e393f

99 files changed

Lines changed: 342 additions & 55 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/content/docs/analytics/account-and-zone-analytics/account-analytics.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ source: https://support.cloudflare.com/hc/en-us/articles/360037857831-Understand
44
title: Account analytics (beta)
55
sidebar:
66
order: 2
7-
7+
description: View aggregated metrics across all account domains.
8+
products:
9+
- analytics
810
---
911

1012
import { DashButton } from "~/components"

src/content/docs/analytics/account-and-zone-analytics/analytics-with-workers.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
pcx_content_type: troubleshooting
33
source: https://support.cloudflare.com/hc/en-us/articles/360007553512-Cloudflare-analytics-with-Workers
44
title: Cloudflare analytics with Workers
5-
5+
description: Understand how Workers subrequests affect analytics.
6+
products:
7+
- analytics
68
---
79

810
Learn how Cloudflare analytics tracks requests made by [Cloudflare Workers](/workers/).

src/content/docs/analytics/account-and-zone-analytics/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ sidebar:
55
order: 4
66
group:
77
hideIndex: true
8-
8+
description: View traffic metrics for accounts and zones.
9+
products:
10+
- analytics
911
---
1012

1113
import { DirectoryListing } from "~/components"

src/content/docs/analytics/account-and-zone-analytics/status-codes.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
pcx_content_type: reference
33
source: https://support.cloudflare.com/hc/en-us/articles/206973867-Status-code-metrics-in-Cloudflare-Site-Analytics
44
title: Status codes
5-
5+
description: Analyze HTTP status code distribution per data center.
6+
products:
7+
- analytics
68
---
79

810
:::note

src/content/docs/analytics/account-and-zone-analytics/threat-types.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
pcx_content_type: reference
33
source: https://support.cloudflare.com/hc/en-us/articles/204191238-What-are-the-types-of-Threats-
44
title: Threat types
5+
description: Review threat categories blocked by Cloudflare.
6+
products:
7+
- analytics
58
---
69

710
Cloudflare classifies the threats that it blocks or challenges. To help you understand more about your site’s traffic, the 'Type of Threats Mitigated' metric on the analytics page measures threats blocked or challenged by the following categories:

src/content/docs/analytics/account-and-zone-analytics/total-threats-stopped.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
pcx_content_type: reference
33
source: https://support.cloudflare.com/hc/en-us/articles/204964927-How-does-Cloudflare-calculate-Total-threats-stopped-
44
title: Total threats stopped
5+
description: Understand how total threat counts are calculated.
6+
products:
7+
- analytics
58
---
69

710
Total Threats Stopped measures the number of 'suspicious' and 'bad' requests that were aimed at your site. Requests receive these labels as they enter Cloudflare's network:

src/content/docs/analytics/account-and-zone-analytics/zone-analytics.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ source: https://support.cloudflare.com/hc/en-us/articles/360037684251-Understand
44
title: Zone Analytics
55
sidebar:
66
order: 1
7+
description: Analyze request and bandwidth data per zone.
8+
products:
9+
- analytics
710
---
811

912
import { Badge, DashButton, Render } from "~/components";

src/content/docs/analytics/analytics-engine/get-started.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ sidebar:
66
head:
77
- tag: title
88
content: Get started with Workers Analytics Engine
9-
9+
description: Set up and access Network Analytics.
10+
products:
11+
- workers-analytics-engine
1012
---
1113

1214
import { DirectoryListing, WranglerConfig } from "~/components"

src/content/docs/analytics/analytics-engine/grafana.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ head:
77
- tag: title
88
content: Querying Workers Analytics Engine from Grafana
99

10+
description: Visualize Workers Analytics Engine data in Grafana.
11+
products:
12+
- workers-analytics-engine
1013
---
1114

1215
Workers Analytics Engine is optimized for powering time series analytics that can be visualized using tools like Grafana. Every event written from the runtime is automatically populated with a `timestamp` field.

src/content/docs/analytics/analytics-engine/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ pcx_content_type: overview
33
title: Workers Analytics Engine
44
sidebar:
55
order: 7
6-
6+
description: Send and query unlimited-cardinality analytics from Workers.
7+
products:
8+
- workers-analytics-engine
79
---
810

911
import { LinkButton } from "~/components"

0 commit comments

Comments
 (0)