From 10332da9f7b263b00c1bb52188035c31a5dff3c0 Mon Sep 17 00:00:00 2001 From: JimHagan Date: Thu, 24 Oct 2024 14:39:00 -0400 Subject: [PATCH 1/2] Renamed dashboard --- .../nrql-query-performance.json} | 4 ++-- .../nrql-query-performance.png} | Bin .../config.yml | 6 +++--- .../logo.svg | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename dashboards/{slow-nrql-queries/slow-nrql-queries.json => nrql-query-performance/nrql-query-performance.json} (99%) rename dashboards/{slow-nrql-queries/slow-nrql-queries.png => nrql-query-performance/nrql-query-performance.png} (100%) rename quickstarts/{slow-nrql-query-analytics => nrql-query-performance}/config.yml (93%) rename quickstarts/{slow-nrql-query-analytics => nrql-query-performance}/logo.svg (100%) 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 93% rename from quickstarts/slow-nrql-query-analytics/config.yml rename to quickstarts/nrql-query-performance/config.yml index 085e6c6132..08786ecbbf 100644 --- a/quickstarts/slow-nrql-query-analytics/config.yml +++ b/quickstarts/nrql-query-performance/config.yml @@ -1,5 +1,5 @@ id: 47436e4a-f74c-4d87-8756-afc203a0f0d9 -slug: slow-nrql-query-analytics +slug: nrql-query-performance title: Slow Query Analytics description: | This quickstart provides resources to better understand your NRQL query performance. @@ -7,8 +7,8 @@ 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 From 3bff6af31f3630dfed7e9d026ee30fb5e8f4d0b5 Mon Sep 17 00:00:00 2001 From: Jim Hagan Date: Mon, 28 Oct 2024 16:24:58 -0400 Subject: [PATCH 2/2] Update quickstarts/nrql-query-performance/config.yml Co-authored-by: Jyothi Surampudi <99384747+sjyothi54@users.noreply.github.com> --- quickstarts/nrql-query-performance/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/nrql-query-performance/config.yml b/quickstarts/nrql-query-performance/config.yml index 08786ecbbf..941f90f064 100644 --- a/quickstarts/nrql-query-performance/config.yml +++ b/quickstarts/nrql-query-performance/config.yml @@ -1,6 +1,6 @@ id: 47436e4a-f74c-4d87-8756-afc203a0f0d9 slug: nrql-query-performance -title: Slow Query Analytics +title: NRQL Query Performance description: | This quickstart provides resources to better understand your NRQL query performance. summary: |