diff --git a/src/content/docs/1.1.1.1/faq.mdx b/src/content/docs/1.1.1.1/faq.mdx index d5d300f8d96af9d..83491354d53aa99 100644 --- a/src/content/docs/1.1.1.1/faq.mdx +++ b/src/content/docs/1.1.1.1/faq.mdx @@ -15,7 +15,7 @@ Below you will find answers to our most commonly asked questions. If you cannot ## What is 1.1.1.1? -1.1.1.1 is Cloudflare's fast and secure DNS resolver. When you request to visit an application like `cloudflare.com`, your computer needs to know which server to connect you to so that it can load the application. Computers don't know how to do this name to address translation, so they ask a specialized server to do it for them. +1.1.1.1 is Cloudflare's fast and secure DNS resolver. When you request to visit an application like `cloudflare.com`, your computer needs to know which server to connect you to so that it can load the application. Computers do not know how to do this name to address translation, so they ask a specialized server to do it for them. This specialized server is called a DNS recursive resolver. The resolver's job is to find the address for a given name, like `2400:cb00:2048:1::c629:d7a2` for `cloudflare.com`, and return it to the computer that asked for it. diff --git a/src/content/docs/ai-gateway/guardrails/set-up-guardrail.mdx b/src/content/docs/ai-gateway/guardrails/set-up-guardrail.mdx index 520b34c493a2eeb..b06f657c4b68252 100644 --- a/src/content/docs/ai-gateway/guardrails/set-up-guardrail.mdx +++ b/src/content/docs/ai-gateway/guardrails/set-up-guardrail.mdx @@ -31,7 +31,7 @@ After enabling Guardrails, you can monitor results through **AI Gateway Logs** i When a request is blocked by guardrails, you will receive a structured error response. These indicate whether the issue occurred with the prompt or the model response. Use error codes to differentiate between prompt versus response violations. - **Prompt blocked** - - `"code": 2016` + - `"code": 2016` - `"message": "Prompt blocked due to security configurations"` - **Response blocked** diff --git a/src/content/docs/analytics/account-and-zone-analytics/analytics-with-workers.mdx b/src/content/docs/analytics/account-and-zone-analytics/analytics-with-workers.mdx index 7e446681d586384..84b0c10c2009c33 100644 --- a/src/content/docs/analytics/account-and-zone-analytics/analytics-with-workers.mdx +++ b/src/content/docs/analytics/account-and-zone-analytics/analytics-with-workers.mdx @@ -29,9 +29,9 @@ For a breakdown of subrequest traffic (origin facing traffic), you may go to the ## FAQ -**Why don't I have any analytics for Workers?** +**Why do I not have any analytics for Workers?** -* If you are not currently using Workers (don’t have Workers deployed on any routes or filters), we will not have any information to show you. +* If you are not currently using Workers (don't have Workers deployed on any routes or filters), we will not have any information to show you. * If your Worker sends a static response back to the client without ever calling fetch() to an origin, you are not making any subrequests, thus, all traffic will be shown in zone Analytics **Will this impact billing?**  diff --git a/src/content/docs/analytics/account-and-zone-analytics/status-codes.mdx b/src/content/docs/analytics/account-and-zone-analytics/status-codes.mdx index 35fccd3edfc6bc9..c89f296730733b3 100644 --- a/src/content/docs/analytics/account-and-zone-analytics/status-codes.mdx +++ b/src/content/docs/analytics/account-and-zone-analytics/status-codes.mdx @@ -12,7 +12,7 @@ Status Codes analytics by data center is exclusive to the [enterprise level of s Status Codes metrics in the Cloudflare dashboard **Analytics** app provide customers with a deeper insight into the distribution of errors that are occurring on their website per data center. A data center facility is where Cloudflare runs its servers that make up our edge network ([current locations](https://www.cloudflare.com/network/)). -HTTP status codes that appear in a response passing through our edge are displayed in analytics. +HTTP status codes that appear in a response passing through our edge are displayed in analytics. The `Origin Status Code` can help you investigate issues on your origin. If your origin returns a `5xx` error, Cloudflare's edge will forward this error to the end user. Comparing the `Edge Status Code` and `Origin Status Code` can help determine whether the issue is occurring on your origin or on the Cloudflare edge. diff --git a/src/content/docs/analytics/analytics-integrations/looker.mdx b/src/content/docs/analytics/analytics-integrations/looker.mdx index 93a46d799c8c742..46938cd0ca455bb 100644 --- a/src/content/docs/analytics/analytics-integrations/looker.mdx +++ b/src/content/docs/analytics/analytics-integrations/looker.mdx @@ -26,7 +26,7 @@ Before sending your Cloudflare log data to Looker, make sure that you: :::note[Note] -Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from our 200+ data centers globally. By default, timestamps are returned as Unix nanosecond integers. We recommend using the RFC 3339 format for sending logs to Looker. +Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from our 200+ data centers globally. By default, timestamps are returned as UNIX nanosecond integers. We recommend using the RFC 3339 format for sending logs to Looker. ::: @@ -147,8 +147,8 @@ Available Filters: With the following pre-set filter values in the Looker dashboards all workers subrequests and client request method PURGE are excluded from the calculations: -* **WorkerSubrequet** set to value *False* +* **WorkerSubrequest** set to value *False* -* **ClientRequestMethod** doesn’t equal to *PURGE* +* **ClientRequestMethod** doesn't equal to *PURGE* You can always adjust your default filters values according to your needs.