Skip to content

Commit

Permalink
NR-294934 alert deprecation (#18343)
Browse files Browse the repository at this point in the history
* docs: Removing collapser for alert deprecation

* feat(Alerts): Clarified even more that alerts aren't pre-built, but you need to do it yourself

* docs: Replace preconfigured alerts references

* fix(Kubernetes): Fixed unclosed collapser tag

---------

Co-authored-by: Shawn Kilburn <[email protected]>
  • Loading branch information
mickeyryan42 and paperclypse authored Aug 13, 2024
1 parent 3cf46cf commit 1500308
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 73 deletions.
10 changes: 2 additions & 8 deletions src/content/docs/tutorial-dd-migration/installing-monitor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,9 @@ Once your data ingestion is set up, you'll want to use our dashboards to begin o
</Collapser>
</CollapserGroup>

## Add preconfigured alerts [#alerts]
## Add alerts [#alerts]

We offer a variety of premade <InlinePopover type="alerts"/> for you to use with your installed data agent. You can access these alerts in different places depending on what option you selected above:

* Infrastructure: Go to [<DNT>**one.newrelic.com > Integrations & Agents > Infrastructure & OS**</DNT>](https://one.newrelic.com/marketplace?state=e0a1fd90-4dc6-aef2-a0ae-49775c21d033), then select the <DNT>**Alerts**</DNT> tab.
* Application: Go to [<DNT>**one.newrelic.com > Integrations & Agents > Application monitoring**</DNT>](https://one.newrelic.com/marketplace?state=fe696742-816d-5cc7-94d8-b7b453ef3161), then select the <DNT>**Alerts**</DNT> tab.
* Logs: Go to [<DNT>**one.newrelic.com > Integrations & Agents > Logging**</DNT>](https://one.newrelic.com/marketplace?state=b2e946fc-c4f8-a1ad-c40a-c63f2bbc55ff), then select the <DNT>**Alerts**</DNT> tab.

You'll see a list of preset alerts to choose from. Once you add one to your account, you can customize the conditions to whatever you need them to be. Just select the option you want, add your account, plug-in your data with our guided install, and you'll be set! For more information on setting up premade alerts, see our [documentation on adding dashboards and alerts](/docs/tutorial-dd-migration/migrating-dashboards/).
For more on creating alerts, see our [alert conditions](/docs/alerts/create-alert/create-alert-condition/alert-conditions/) doc.

<UserJourneyControls
nextStep={{path: "/docs/tutorial-dd-migration/migrating-dashboards/", title: "Next step", body: "Learn how to create dashboards and alerts for your ingested data"}}
Expand Down
54 changes: 3 additions & 51 deletions src/content/docs/tutorial-dd-migration/migrating-dashboards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ freshnessValidatedDate: never

Setting up monitors for your data is the foundation of observability, but it's only half of the equation. You need to be able to visualize your data, group streams together, and be notified when your system runs into issues that negatively affect your users. You need to be able to do all this from a centralized location, and be able to adapt to the changing data needs of your organization by curating new visualizations on-the-fly.

Where New Relic entities can give you scores of data to observe, our dashboards and <InlinePopover type="alerts"/> come in to help you make the most of it. You can use our pre-configured options to setup solutions out of the box, or use [NRQL](/docs/query-your-data/nrql-new-relic-query-language/get-started/introduction-nrql-new-relics-query-language/), New Relic's Query Language, to create custom dashboard components and alert policies that are as fine-tuned to your requirements as you need want them to be. And like all our other features, you can try out dashboards and alerts using your own data [for free](https://newrelic.com/signup).
Where New Relic entities can give you scores of data to observe, our dashboards and <InlinePopover type="alerts" /> come in to help you make the most of it. You can use our pre-configured options to set up dashboard solutions out of the box, or use [NRQL](/docs/query-your-data/nrql-new-relic-query-language/get-started/introduction-nrql-new-relics-query-language/), New Relic's Query Language, to create custom dashboard components and alert policies that are as fine-tuned to your requirements as you need want them to be. And like all our other features, you can try out dashboards and alerts using your own data [for free](https://newrelic.com/signup).

<img
title="Alerts-and-dash"
Expand Down Expand Up @@ -90,62 +90,14 @@ Our dashboards take the data you put into New Relic and provide you with a wide

## Your alerting solution [#alerts-solutions]

Being able to see your data is great, but being able to act on it to correct or prevent errors is even better! New Relic gives you multiple ways to customize alerts for your unique requirements while helping to eliminate alert fatigue. We offer proactive awareness for your problems, utilizing machine learning to enhance our policies. Our alerts:
Being able to see your data is great, but being able to act on it to correct or prevent errors is even better! New Relic gives you multiple ways to customize <InlinePopover type="alerts" /> for your unique requirements while helping to eliminate alert fatigue. We offer proactive awareness for your problems, utilizing machine learning to enhance our policies. Our alerts:

* Give you both preconfigured and from scratch creation options
* Constantly detect the anomalies you care about the most
* Notify the right people at the right time, eliminating confusion in dealing with issues
* Prioritize alert importance, reducing clutter and helping you keep track of what's really important

<CollapserGroup>
<Collapser
id="alerts-install"
title="Install a premade alert"
>
<SideBySide>
<Side>
<img
title="Premade alerts"
alt="An image displaying some of New Relic's premade alerts"
src="/images/apm_screenshot-crop_premade-alerts.webp"
/>

<img
title="Alert guided install"
alt="An image displaying New Relic's alert guided install"
src="/images/apm_screenshot-crop_guided-install.webp"
/>
</Side>

<Side>
<Steps>
<Step>
Go to [<DNT>**Integrations & Agents**</DNT>](https://one.newrelic.com/marketplace), then select the feature you want to create a dashboard for. For our example, we'll choose <DNT>**Application monitoring**</DNT>, and create an alert to notify of us issues with a Ruby app.

</Step>

<Step>
Select the <DNT>**Ruby alert policy**</DNT> option under <DNT>**Alerts**</DNT> to open the guided install window.
</Step>

<Step>
Select the account you want to add the alert to from the drop-down.
</Step>

<Step>
Ensure you have the application setup already. In this case, Ruby would need to be setup. If you hadn't set up, you'd select the <DNT>**Setup**</DNT> option, and if you had, you'd select <DNT>**Done**</DNT>.
</Step>

<Step>
New Relic creates the alert for you, and you can select <DNT>**View alert policy**</DNT> to go to it right away and see if it catches any anomalies in your app.
</Step>
</Steps>

If you want to learn how to [modify existing alert policies](/docs/alerts-applied-intelligence/new-relic-alerts/alert-policies/create-edit-or-find-alert-policy/#quick-reference-policies) or [create new ones from scratch](/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition/), check out our comprehensive [alerts documentation](/docs/alerts-applied-intelligence/overview/).
</Side>
</SideBySide>
</Collapser>
</CollapserGroup>
For more on creating alerts, see our [alert conditions](/docs/alerts/create-alert/create-alert-condition/alert-conditions/) doc.

<UserJourneyControls
nextStep={{path: "/docs/tutorial-dd-migration/making-the-switch/", title: "Next step", body: "Learn more about New Relic's other features and what you need to make the switch from Datadog"}}
Expand Down
16 changes: 2 additions & 14 deletions src/install/kubernetes/find-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,8 @@ After the installation, you should see the following in the UI:
>
1. Go to <DNT>**[one.newrelic.com](https://one.newrelic.com) > +Integrations & Agents**</DNT> and type <DNT>**Kubernetes**</DNT>.

2. Under <DNT>**Alerts**</DNT> select one of the options.

<img
title="Add Kubernetes alerts"
alt="Add Kubernetes alerts"
src="/images/kubernetes_screenshot-crop_add-alerts.webp"
/>

3. Click <DNT>**Edit**</DNT> if you want to change the account in the popup window that opens.

4. Click <DNT>**Setup Kubernetes**</DNT> or <DNT>**Skip this step**</DNT> if you already setup this datasource.

5. Click <DNT>**View alert policy**</DNT>, and see your Kubernetes data in New Relic.
</Collapser>
For more on creating alerts, see our [alert conditions](/docs/alerts/create-alert/create-alert-condition/alert-conditions/) doc.
</Collapser>
</CollapserGroup>

<Callout variant="tip">
Expand Down

0 comments on commit 1500308

Please sign in to comment.