Skip to content

Commit

Permalink
Tweak language in a few bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
haus committed Oct 29, 2024
1 parent 5980eb9 commit d4bf290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/alerts/admin/rules-limits-alerts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ When matching events to alert queries, all events from the [data type](/docs/nrq
* When alerting on Logs data, use [log partitions](/docs/tutorial-manage-large-log-volume/organize-large-logs/) to limit which logs are being scanned for alert queries.

Check warning on line 372 in src/content/docs/alerts/admin/rules-limits-alerts.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'being scanned' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'being scanned' looks like passive voice.", "location": {"path": "src/content/docs/alerts/admin/rules-limits-alerts.mdx", "range": {"start": {"line": 372, "column": 137}}}, "severity": "INFO"}
* When alerting on Custom Events, break up larger custom event types
* Use Custom Events instead of alerting on Transaction events
* [Create metrics](/docs/data-apis/convert-to-metrics/create-metrics-other-data-types/) when possible
* Use [metric timeslice queries](/docs/data-apis/understand-data/metric-data/query-apm-metric-timeslice-data-nrql/) when possible instead of alerting on Transaction
* [Create metrics](/docs/data-apis/convert-to-metrics/analyze-monitor-data-trends-metrics/) to aggregate data

Check warning on line 375 in src/content/docs/alerts/admin/rules-limits-alerts.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.ComplexWords] Consider using 'total' instead of 'aggregate'. Raw Output: {"message": "[new-relic.ComplexWords] Consider using 'total' instead of 'aggregate'.", "location": {"path": "src/content/docs/alerts/admin/rules-limits-alerts.mdx", "range": {"start": {"line": 375, "column": 96}}}, "severity": "INFO"}
* Use [metric timeslice queries](/docs/data-apis/understand-data/metric-data/query-apm-metric-timeslice-data-nrql/) when possible instead of alerting on Transaction events

In addition to the above tips, cleaning up any unused or unneeded alert queries (alert conditions) will decrease the number of query scan operations.

Check warning on line 378 in src/content/docs/alerts/admin/rules-limits-alerts.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Wordiness] Consider using 'also' instead of 'In addition'. Raw Output: {"message": "[Microsoft.Wordiness] Consider using 'also' instead of 'In addition'.", "location": {"path": "src/content/docs/alerts/admin/rules-limits-alerts.mdx", "range": {"start": {"line": 378, "column": 1}}}, "severity": "INFO"}

Expand Down

0 comments on commit d4bf290

Please sign in to comment.