From 9746cbffde9930040e3461f5ca657125e3635092 Mon Sep 17 00:00:00 2001 From: JimHagan Date: Tue, 22 Oct 2024 12:19:01 -0400 Subject: [PATCH] Refined some charts --- .../slow-nrql-queries/slow-nrql-queries.json | 58 ++++++++++++++++++- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/dashboards/slow-nrql-queries/slow-nrql-queries.json b/dashboards/slow-nrql-queries/slow-nrql-queries.json index a272a7ef27..a1015d17bb 100644 --- a/dashboards/slow-nrql-queries/slow-nrql-queries.json +++ b/dashboards/slow-nrql-queries/slow-nrql-queries.json @@ -1,5 +1,5 @@ { - "name": "Procore - NRQL Slow Queris and Timeouts", + "name": "Slow NRQL Queries and Timeouts", "description": null, "pages": [ { @@ -790,7 +790,7 @@ "description": null, "widgets": [ { - "title": "Unsuccesful Dashboard Access", + "title": "Impacted Dashboards", "layout": { "column": 1, "row": 1, @@ -801,6 +801,60 @@ "visualization": { "id": "viz.table" }, + "rawConfiguration": { + "facet": { + "showOtherSeries": false + }, + "nrqlQueries": [ + { + "accountIds": [], + "query": "FROM NrdbQuery SELECT count(*) WHERE source.dashboardId IS NOT NULL and status != 'successful' FACET status, source.url, source.dashboardId, source.name LIMIT MAX" + } + ], + "platformOptions": { + "ignoreTimeRange": false + } + } + }, + { + "title": "Impacted Dashboard Users", + "layout": { + "column": 1, + "row": 7, + "width": 12, + "height": 6 + }, + "linkedEntityGuids": null, + "visualization": { + "id": "viz.table" + }, + "rawConfiguration": { + "facet": { + "showOtherSeries": false + }, + "nrqlQueries": [ + { + "accountIds": [], + "query": "FROM NrdbQuery SELECT count(*) WHERE source.dashboardId IS NOT NULL and status != 'successful' FACET user, status LIMIT MAX" + } + ], + "platformOptions": { + "ignoreTimeRange": false + } + } + }, + { + "title": "Impacted Dashboard Queries (By User)", + "layout": { + "column": 1, + "row": 13, + "width": 12, + "height": 6 + }, + "linkedEntityGuids": null, + "visualization": { + "id": "viz.table" + }, "rawConfiguration": { "facet": { "showOtherSeries": false