Add NRQL queries for weekly performance report#23857
Add NRQL queries for weekly performance report#23857tejaswaroop-nr wants to merge 4 commits intodevelopfrom
Conversation
Document the NRQL queries that power the weekly performance report email so customers can reproduce the numbers on their own data and the weekly-email team can deep-link to #nrql-queries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Hi @tejaswaroop-nr 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local. If you really require a preview url, reach out to one of the writers and they will generate one for you. |
|
Netlify build |
🚀 Netlify Preview Building!If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes): https://weekly-report-nrql-queries-nr-553030--docs-website-netlify.netlify.app |
- Tighten intro: "The following queries are the ones" → "These are the queries" - Switch bolded lead-ins from em dash to colon form (**Label:** Description) for consistency with repo convention - Replace semicolon with ", and" in the Availability callout (guide: avoid semicolons) and backtick the metric name for consistency with other code references - Add descriptions to the two Traffic pattern entries so all 18 query lead-ins follow the same pattern Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Netlify build |
- Remove Page views, JavaScript errors, and Browser interactions queries (not part of the weekly email), plus the <APP_ID> placeholder row. - Remove Request queue time and Availability queries plus their callout, plus the <MONITOR_NAME> placeholder row. - Add a callout under DB (%) explaining the formula and why the value can exceed 100% (parallel or asynchronous database calls). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Netlify build |
|
Netlify build |
|
Ready to be merged after hero review. |
Summary
10080(minutes/week) and604800(seconds/week) constants that appear in the queries.<Callout variant="important">because it usesSyntheticCheck(the legacy APM Availability metric is now driven by Synthetics).Context
Jira: NR-553030. Naveen Kumar V's team documented the queries internally in Confluence and asked for a public docs URL they can embed in the weekly email so customers can self-serve. New anchor
#nrql-queriesis additive — no existing anchors change, no redirects needed.Source: NRQL Queries for the Weekly Performance Report (Confluence).
Test plan
\``sqlfences render with copy buttons; placeholders display as literal<app_name>/{N}` (not parsed as JSX)./docs/apm/reports/performance-reports/#nrql-queriesscrolls to the new H2.<app_name>in New Relic's query builder to confirm it runs.Notes
src/i18n/content/{kr,pt,es,fr,jp}/docs/apm/reports/performance-reports.mdxwill be regenerated by the translation pipeline.#report_detaison the same page is left alone (out of scope; changing it would need a manual redirect).🤖 Generated with Claude Code