Skip to content

Commit

Permalink
Refined some charts
Browse files Browse the repository at this point in the history
  • Loading branch information
JimHagan committed Oct 22, 2024
1 parent e5b5077 commit 9746cbf
Showing 1 changed file with 56 additions and 2 deletions.
58 changes: 56 additions & 2 deletions dashboards/slow-nrql-queries/slow-nrql-queries.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Procore - NRQL Slow Queris and Timeouts",
"name": "Slow NRQL Queries and Timeouts",
"description": null,
"pages": [
{
Expand Down Expand Up @@ -790,7 +790,7 @@
"description": null,
"widgets": [
{
"title": "Unsuccesful Dashboard Access",
"title": "Impacted Dashboards",
"layout": {
"column": 1,
"row": 1,
Expand All @@ -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
Expand Down

0 comments on commit 9746cbf

Please sign in to comment.