Skip to content

Commit

Permalink
Merge branch 'haus/query-limit-update' of https://github.com/haus/doc…
Browse files Browse the repository at this point in the history
…s-website into pr/19118
  • Loading branch information
ally-sassman committed Oct 30, 2024
2 parents 053d879 + 8adaea7 commit a823056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/alerts/admin/rules-limits-alerts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ You can see your query scan operations and any limit incidents in the [limits UI

When matching events to alert queries, all events from the [data type](/docs/nrql/get-started/introduction-nrql-new-relics-query-language/#what-you-can-query) that the query references must be examined. Here are a few common ways to have fewer events in a given data type (which will decrease the alert query scan operations):

Check warning on line 366 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] 'be examined' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be examined' looks like passive voice.", "location": {"path": "src/content/docs/alerts/admin/rules-limits-alerts.mdx", "range": {"start": {"line": 366, "column": 191}}}, "severity": "INFO"}
* 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 367 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": 367, "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/analyze-monitor-data-trends-metrics/) to aggregate data.

Check warning on line 371 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": 371, "column": 96}}}, "severity": "INFO"}
Expand Down

0 comments on commit a823056

Please sign in to comment.