Skip to content

Commit

Permalink
Merge pull request #8055 from keegoid-nr/patch-22
Browse files Browse the repository at this point in the history
Use `minionId` changes to count restarts
  • Loading branch information
bradleycamacho committed Jun 15, 2022
2 parents cf240a0 + 290d563 commit 3b474d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -293,7 +293,7 @@ The following Private Minion dashboard example JSON can be imported to your acco
"nrqlQueries": [
{
"accountId": 1,
"query": "FROM SyntheticsPrivateMinion SELECT uniqueCount(minionHostname) WHERE minionLocation NOT LIKE 'AWS_%' FACET minionHostname TIMESERIES LIMIT 50"
"query": "FROM SyntheticsPrivateMinion SELECT uniqueCount(minionId) WHERE minionLocation NOT LIKE 'AWS_%' FACET minionId TIMESERIES LIMIT 50"
}
],
"platformOptions": {
Expand Down

0 comments on commit 3b474d9

Please sign in to comment.