You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/errors-inbox/error-impacted.mdx
+34-13Lines changed: 34 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,40 +50,61 @@ You can review how New Relic processes custom attributes by reading our doc abou
50
50
51
51
Impact metrics for error groups are recorded as [Metric data types](/docs/data-apis/understand-data/metric-data/metric-data-type/) with specific metric names:
WHERE metricName='newrelic.error.group.userImpact'
63
66
```
64
67
65
-
The metric captures the approximate number of unique users in the time period selected. Additional attributes provided by the `userImpact` metric which can be used in a `FACET` clause are `error.group.guid`, `entity.guid`.
68
+
This NRQL query metric captures the approximate number of unique users in the time period selected. Additional attributes provided by the `userImpact` metric which can be used in a `FACET` clause are `error.group.guid`, `entity.guid`.
66
69
67
-
### Query sessions impacted (Browser entities)
70
+
</Collapser>
68
71
69
-
For browser applications, you can query sessions impacted:
72
+
<Collapser
73
+
className="freq-link"
74
+
id="sessions"
75
+
title="Sessions impacted"
76
+
>
77
+
78
+
You can query the number of sessions impacted using `newrelic.error.group.sessionImpact` as metric name in NRQL queries:
WHERE metricName='newrelic.error.group.deviceImpact'
99
+
WHERE metricName='newrelic.error.group.deviceUuidImpact'
85
100
```
86
101
102
+
</Collapser>
103
+
104
+
</CollapserGroup>
105
+
106
+
107
+
87
108
## Alert on impact metrics [#alert]
88
109
89
110
By creating an [NRQL alert condition](/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-alert-conditions/), developers can trigger <InlinePopovertype="alerts"/> when the scope of errors exceeds a threshold. You can create alerts for any of the impact metrics:
@@ -129,9 +150,9 @@ AND entity.guid='YOUR_BROWSER_ENTITY_GUID' FACET error.group.guid TIMESERIES
129
150
For mobile applications, you can create alerts based on devices impacted:
0 commit comments