Add NRQL queries for weekly performance report (NR-553030)#23857
Open
tejaswaroop-nr wants to merge 4 commits intodevelopfrom
Open
Add NRQL queries for weekly performance report (NR-553030)#23857tejaswaroop-nr wants to merge 4 commits intodevelopfrom
tejaswaroop-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. |
Contributor
Author
|
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>
Contributor
Author
|
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>
Contributor
Author
|
Netlify build |
Contributor
Author
|
Netlify build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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