Skip to content

Commit

Permalink
fix(errors inbox): adding user tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
homelessbirds committed Mar 31, 2023
1 parent 103b701 commit 68736be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/content/docs/errors-inbox/error-users-impacted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,15 @@ Once you have decided on a NRQL query, it can be used to create a [NRQL alert co

To improve the signal to noise ratio of your triggered alerts see [alert creation tips](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions/#condition-tips), [how alert thresholds are evaluated](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions/#advanced-signal), and [alert condition examples](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions/#examples).

## Set users impacted with setUser method [#set-users]

You can use an agent method to identify an end user. See implementation details for each agent below:

* [Go](/docs/apm/agents/go-agent/api-guides/guide-using-go-agent-api/#user-tracking)
* [Node.js](docs/apm/agents/nodejs-agent/api-guides/nodejs-agent-api/#setUserID)
* [Python](/docs/apm/agents/python-agent/python-agent-api/setuserid-python-agent-api/)





0 comments on commit 68736be

Please sign in to comment.