Skip to content

Commit

Permalink
fix: Removed accound id from dashboard and typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
raja2raj02 committed Jan 23, 2022
1 parent c764f68 commit 75c2a3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions install/third-party/biztalk360/install.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: third-party-biztalk360
name: biztalk360
name: BizTalk360
title: BizTalk360
description: |
With BizTalk360 quickstart, you get some of the important performance metrics of BizTalk environments in your Newrelic dashboard.
With BizTalk360 quickstart, you get some of the important performance metrics of BizTalk environments in your New Relic dashboard.
target:
type: integration
destination: cloud
Expand Down
6 changes: 3 additions & 3 deletions quickstarts/biztalk360/dashboards/biztalk360.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"enabled": true
},
"nrqlQueries": [{
"accountId": 265114,
"accountId": 0,
"query": "SELECT latest(`Processor.% Processor Time._Total`) FROM Metric TIMESERIES SINCE 1800 seconds ago"
}]
},
Expand All @@ -42,7 +42,7 @@
"enabled": true
},
"nrqlQueries": [{
"accountId": 265114,
"accountId": 0,
"query": "SELECT latest(`Memory.Available MBytes.`) FROM Metric TIMESERIES SINCE 1800 seconds ago"
}]
},
Expand All @@ -64,7 +64,7 @@
"enabled": true
},
"nrqlQueries": [{
"accountId": 265114,
"accountId": 0,
"query": "SELECT latest(`LogicalDisk.% Free Space._Total`) FROM Metric TIMESERIES SINCE 1800 seconds ago"
}],
"yAxisLeft": {
Expand Down

0 comments on commit 75c2a3e

Please sign in to comment.