Skip to content

Commit

Permalink
Add tip to make clear
Browse files Browse the repository at this point in the history
Anyone who copies the "Private Minion dashboard" will need to replace `"accountId": 1,` with `"accountId": YOUR_ACCOUNT_ID,` for each occurrence in the JSON code.
  • Loading branch information
keegoid-nr committed Dec 12, 2021
1 parent 6871e9b commit c4e1512
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -178,6 +178,10 @@ The Private Minion dashboard example can be imported to your account using the [
</Collapser>
</CollapserGroup>

<Callout variant="tip">
Replace `accountId` with your own New Relic account ID.
</Callout>

## Are my private minions online? [#are_my_minions_online]

To answer this question, you can rely on attributes from the `SyntheticsPrivateMinion`event. Private minions send this event to New Relic every 30 seconds. A simple way to check if your minions are online is to compare the unique count of minion IDs with the number of minions you expect to be online.
Expand Down

0 comments on commit c4e1512

Please sign in to comment.