• EnglishEspañol日本語한국어Português
  • Log inStart now

Reduce noise with quality alerts

Redundant alerts bury critical incidents under noise. Assessing your existing alerts is a key part of your prioritization strategy, as the quality of your alerts translates into how well your teams respond to incidents. If there's too much noise, you risk fatiguing your team with low priority incidents that have little or no business impact. Incidents that fail to alert, however, lead to outages that affect customer experience.

Objectives

This tutorial assumes you already have active alerts. It offers some recommendations about managing the quality of your alerts and provides some NRQL queries for creating new ones. You will:

  • Install the alert quality management (AQM) dashboard
  • Differentiate between a good and bad alert
  • Review our recommended NRQL strings for creating alerts

Install the AQM dashboard

AQM focuses on reducing the number of nuisance incidents so that your team focuses on with true business impact. You're a good candidate for AQM if:

  • You have too many alerts.
  • You have alerts that stay open for long time periods.
  • Your customers discover your issues before your monitoring tools do.

To begin, install the AQM dashboard via our quickstart:

  1. Go to the Alert Quality Management instant observability page.
  2. Click on the Install now button.
  3. Follow the prompts to choose the account you want to install the dashboard into.
  4. View your dashboard.

We recommend you spend at least two weeks with the AQM dashboard. During that time, the AQM dashboard will collect data about how your teams interact with all of your alerts.

As a general rule, we recommend removing these types of alerts:

  • Generate "always-on" incidents that have thousands of minutes or more of cumulative duration.
  • Where 30% or more of incidents are open for less than 5 minutes.
  • Whose mean-time-to-close is longer than 30 minutes.
  • Create more than 350 incidents per week.

Create new alerts for peak demand

With your existing policies under review, you may want to create new alerts that are adjusted for peak demand. Creating a good alert depends on the specificity of your settings. Two alerts can share the same alert condition query, for example:

SELECT average(`apm.service.memory.heap.used`) FROM Metric WHERE appName = 'Inventory Service'

While the query itself is a strong alert policy, how you configure this alert can create redundancy or noise. A bad alert may have too small a window duration, a low threshold, or no delay or baseline. Additionally, attaching an alert condition to a relatively young data source can also create problems, as there's not enough history to detect anamlous behavior.

If you're ready to create new alerts, here are some recommended queries you can use for your gameday:

1Get started

Get data about your architecture with APM and infrastructure agents

2Create service levels for gameday

Create service levels informed by your baseline

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.