From 959e3050e4389ec5c3ebf75f873f6764819543ba Mon Sep 17 00:00:00 2001 From: "emilhammarstrand@hotmail.com" Date: Mon, 3 Jan 2022 16:45:21 +0100 Subject: [PATCH] fix: Fixed warning in json file --- .../azure-functions/dashboards/azure-functions.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/quickstarts/azure/azure-functions/dashboards/azure-functions.json b/quickstarts/azure/azure-functions/dashboards/azure-functions.json index 094fe2e5f1..8d78488364 100644 --- a/quickstarts/azure/azure-functions/dashboards/azure-functions.json +++ b/quickstarts/azure/azure-functions/dashboards/azure-functions.json @@ -1,5 +1,6 @@ { "name": "Azure Functions", + "description": null, "pages": [ { "name": "Azure Functions", @@ -20,7 +21,7 @@ "dataFormatters": [], "nrqlQueries": [ { - "accountId": 1294011, + "accountId": 0, "query": "SELECT uniqueCount(entityName) as 'Functions' FROM AzureFunctionsAppSample WHERE providerAccountId LIKE '%' SINCE 1 hour ago " } ], @@ -48,7 +49,7 @@ }, "nrqlQueries": [ { - "accountId": 1294011, + "accountId": 0, "query": "SELECT sum(functionExecutionCount.Total) FROM AzureFunctionsAppSample WHERE providerAccountId LIKE '%' SINCE 1 hour ago TIMESERIES FACET displayName" } ], @@ -78,7 +79,7 @@ }, "nrqlQueries": [ { - "accountId": 1294011, + "accountId": 0, "query": "SELECT sum(`http5xx.Total`) AS errors FROM AzureFunctionsAppSample WHERE providerAccountId LIKE '%' SINCE 1 hour ago TIMESERIES FACET displayName" } ], @@ -105,7 +106,7 @@ }, "nrqlQueries": [ { - "accountId": 1294011, + "accountId": 0, "query": "SELECT average(averageMemoryWorkingSetBytes.Total) AS memory FROM AzureFunctionsAppSample WHERE providerAccountId LIKE '%' SINCE 1 hour ago TIMESERIES" } ] @@ -129,7 +130,7 @@ }, "nrqlQueries": [ { - "accountId": 1294011, + "accountId": 0, "query": "SELECT sum(receivedBytes.Total) AS receivedBytes, sum(sentBytes.Total) AS sentBytes FROM AzureFunctionsAppSample WHERE providerAccountId LIKE '%' SINCE 1 hour ago TIMESERIES" } ] @@ -156,7 +157,7 @@ }, "nrqlQueries": [ { - "accountId": 1294011, + "accountId": 0, "query": "SELECT average(functionExecutionUnits.Average) AS functionExecutionUnits FROM AzureFunctionsAppSample WHERE providerAccountId LIKE '%' SINCE 1 hour ago TIMESERIES FACET displayName" } ]