Skip to content

Commit dd4c1c2

Browse files
Add info on GraphQL schemas and dedicated log fields
1 parent dcae13c commit dd4c1c2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed
Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
---
22
pcx_content_type: how-to
3-
title: Analytics
3+
title: Analytics and logs
44
sidebar:
55
order: 5
66
---
77

8-
For information about processed requests, refer to [Gateway analytics](/cloudflare-one/insights/analytics/gateway/). For example, you can consider what domains had the highest number of allowed requests in a given period of time.
8+
Besides using [Gateway analytics](/cloudflare-one/insights/analytics/gateway/) for information on processed requests, you can also consider specific Internal DNS data.
9+
10+
## GraphQL
11+
12+
For detailed metrics, use the [GraphQL API](/analytics/graphql-api/). Refer to the GraphQL Analytics API documentation for guidance on how to [get started](/analytics/graphql-api/getting-started/).
13+
14+
The [schemas](/analytics/graphql-api/getting-started/querying-basics/) added to cover Internal DNS are the following:
15+
16+
- `InternalDNSFallbackStrategy`: The fallback strategy applied to the internal DNS response. Empty if no fallback strategy was applied.
17+
- `InternalDNSRCode`: The return code sent back by the internal DNS service.
18+
- `InternalDNSViewID`: The view identifier that was sent to the internal DNS service.
19+
- `InternalDNSZoneID`: The internal zone identifier returned by the internal DNS service.
20+
21+
## Logs
22+
23+
Leverage Logpush jobs for [Gateway DNS](/logs/reference/log-fields/account/gateway_dns/#internaldnsfallbackstrategy). For help setting up Logpush, refer to [Get started with Logs](/logs/get-started/).

0 commit comments

Comments
 (0)