Skip to content

Commit

Permalink
fix: Fixed warning in json file
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHammarstrand committed Jan 3, 2022
1 parent b41371e commit 959e305
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Azure Functions",
"description": null,
"pages": [
{
"name": "Azure Functions",
Expand All @@ -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 "
}
],
Expand Down Expand Up @@ -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"
}
],
Expand Down Expand Up @@ -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"
}
],
Expand All @@ -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"
}
]
Expand All @@ -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"
}
]
Expand All @@ -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"
}
]
Expand Down

0 comments on commit 959e305

Please sign in to comment.