diff --git a/dashboards/slow-nrql-queries/slow-nrql-queries.json b/dashboards/nrql-query-performance/nrql-query-performance.json similarity index 99% rename from dashboards/slow-nrql-queries/slow-nrql-queries.json rename to dashboards/nrql-query-performance/nrql-query-performance.json index 6251c8646e..1335bf03d3 100644 --- a/dashboards/slow-nrql-queries/slow-nrql-queries.json +++ b/dashboards/nrql-query-performance/nrql-query-performance.json @@ -1,6 +1,6 @@ { - "name": "Slow NRQL Queries and Timeouts", - "description": null, + "name": "NRQL Query Performance", + "description": "This dashboard provides resources to better understand your NRQL query performance.", "pages": [ { "name": "Overview", diff --git a/dashboards/slow-nrql-queries/slow-nrql-queries.png b/dashboards/nrql-query-performance/nrql-query-performance.png similarity index 100% rename from dashboards/slow-nrql-queries/slow-nrql-queries.png rename to dashboards/nrql-query-performance/nrql-query-performance.png diff --git a/quickstarts/slow-nrql-query-analytics/config.yml b/quickstarts/nrql-query-performance/config.yml similarity index 89% rename from quickstarts/slow-nrql-query-analytics/config.yml rename to quickstarts/nrql-query-performance/config.yml index 085e6c6132..941f90f064 100644 --- a/quickstarts/slow-nrql-query-analytics/config.yml +++ b/quickstarts/nrql-query-performance/config.yml @@ -1,14 +1,14 @@ id: 47436e4a-f74c-4d87-8756-afc203a0f0d9 -slug: slow-nrql-query-analytics -title: Slow Query Analytics +slug: nrql-query-performance +title: NRQL Query Performance description: | This quickstart provides resources to better understand your NRQL query performance. summary: | Find out what kinds of telemetry and query patterns are responsible for slower queries. The dashbaords in this quickstart will help you pinpoint hot spots and opitimze your queries. level: New Relic authors: - - Marcel Schlapfer - Jim Hagan + - Marcel Schlapfer keywords: - NRQL - Slow Queries @@ -24,4 +24,4 @@ documentation: icon: logo.svg dashboards: - - slow-nrql-queries + - nrql-query-performance diff --git a/quickstarts/slow-nrql-query-analytics/logo.svg b/quickstarts/nrql-query-performance/logo.svg similarity index 100% rename from quickstarts/slow-nrql-query-analytics/logo.svg rename to quickstarts/nrql-query-performance/logo.svg