Skip to content

Commit 5ce5962

Browse files
committed
reorganized the content
1 parent eedb543 commit 5ce5962

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

src/content/docs/errors-inbox/error-impacted.mdx

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ As an example, the following NRQL query measures the amount of unique users whic
125125
>
126126

127127

128-
129-
</Collapser>
130-
</CollapserGroup>
131-
132128
```sql
133129
SELECT uniqueCount(newrelic.error.group.userImpact)
134130
FROM Metric
@@ -146,7 +142,14 @@ FROM Metric
146142
WHERE metricName='newrelic.error.group.userImpact' SINCE 1 hour ago TIMESERIES
147143
```
148144

149-
### Alert on sessions impacted (Browser entities)
145+
146+
</Collapser>
147+
148+
<Collapser
149+
className="freq-link"
150+
id="session"
151+
title="Alerts on sessions impacted"
152+
>
150153

151154
For browser applications, you can create alerts based on sessions impacted:
152155

@@ -157,7 +160,13 @@ WHERE metricName='newrelic.error.group.sessionImpact'
157160
AND entity.guid='YOUR_BROWSER_ENTITY_GUID' FACET error.group.guid TIMESERIES
158161
```
159162

160-
### Alert on devices impacted (Mobile entities)
163+
</Collapser>
164+
165+
<Collapser
166+
className="freq-link"
167+
id="device"
168+
title="Alerts on devices impacted"
169+
>
161170

162171
For mobile applications, you can create alerts based on devices impacted:
163172

@@ -168,6 +177,11 @@ WHERE metricName='newrelic.error.group.deviceUuidImpact'
168177
AND entity.guid='YOUR_MOBILE_ENTITY_GUID' FACET error.group.guid TIMESERIES
169178
```
170179

180+
</Collapser>
181+
182+
</CollapserGroup>
183+
184+
171185
Once you have decided on a NRQL query, it can be used to create a [NRQL alert condition](/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions/#create).
172186

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

0 commit comments

Comments
 (0)