-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[DNS Firewall] Analytics #24317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DNS Firewall] Analytics #24317
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
|
||
| <Details header="90th percentile (p90)"> Aside from the average for both processing and response times, `p90` values show you the maximum time that 90% of queries took to resolve. For example, if the p90 is 1 millisecond, it means 90% of the queries were resolved in 1 millisecond or less.</Details> | ||
|
|
||
| - **DNS queries by data center**: a map indicating which Cloudflare data centers have handled DNS queries to your account. You can also find a list of the ten top results and quickly filter for or exclude a certain data center from the results by hovering over it and selecting **Filter** or **Exclude**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **DNS queries by data center**: a map indicating which Cloudflare data centers have handled DNS queries to your account. You can also find a list of the ten top results and quickly filter for or exclude a certain data center from the results by hovering over it and selecting **Filter** or **Exclude**. | |
| - **DNS queries by data center**: a map indicating which Cloudflare data centers have handled DNS queries to your account. You can also find a list of the top ten results and quickly filter for or exclude a certain data center from the results by hovering over it and selecting **Filter** or **Exclude**. |
Nit: for some reason top ten sounds more natural? Feel free to ignore if you wish
| | `unknown` | There was an unknown error. | | ||
|
|
||
| [^1]: the total time taken to handle a query within DNS Firewall. | ||
| [^2]: the time it takes when an answer is not cache and Cloudflare has to get the answer from your upstream nameservers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [^2]: the time it takes when an answer is not cache and Cloudflare has to get the answer from your upstream nameservers. | |
| [^2]: the time it takes when an answer is not cached and Cloudflare has to get the answer from your upstream nameservers. |
Summary
PCX-18721