Skip to content

Commit

Permalink
fix(AI): Fix some broken anchors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed May 13, 2022
1 parent e9f8c4e commit 06e204f
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -161,7 +161,7 @@ When building a decision, steps 1, 2, and 3 are optional on their own, but at le
</td>

<td>
For automatic topology correlation, make sure your telemetry data is collected by [New Relic agents](/docs/new-relic-solutions/new-relic-one/install-configure/compatibility-requirements-new-relic-agents-products/). Learn more about [topology correlation out-of-the-box]([#topology-requirements]).
For automatic topology correlation, make sure your telemetry data is collected by [New Relic agents](/docs/new-relic-solutions/new-relic-one/install-configure/compatibility-requirements-new-relic-agents-products/). Learn more about [topology correlation out-of-the-box](#topology-requirements).

In addition, you can setup topology data via our NerdGraph `aiTopologyCollector`. (Search for `aiTopology` in the [NerdGraph GraphiQL explorer](https://api.newrelic.com/graphiql)). This allows any topology-related decision to be matched with your topology data. Learn more about [setting up topology correlation](#topology).
</td>
Expand Down Expand Up @@ -907,7 +907,7 @@ Run the simulation with different attributes as many times as you need until you

What do we mean by topology? For New Relic's applied intelligence, topology is a representation of your service map: how the services and resources in your infrastructure relate to one another.

For decisions users, a default topology decision is added and enabled in your account. You also have the option to [create custom decisions](#build-decision).
For decisions users, a default topology decision is added and enabled in your account. You also have the option to [create custom decisions](#customize).

Our topology correlation finds relationships between incident sources to determine if [incidents](/docs/alerts-applied-intelligence/applied-intelligence/incident-intelligence/get-started-incident-intelligence#issue-feed) should correlate. Topology correlation is designed to improve the quality of your correlations and the speed at which they're found.

Expand All @@ -927,7 +927,7 @@ For automatic topology correlation (without the need to explicitly set up topolo
In this service map, the hosts and apps are the vertices, and the lines showing their relationships are the edges.
</figcaption>

To set up your topology in addition to the [entities and relationships](/docs/new-relic-solutions/new-relic-one/core-concepts/what-entity-new-relic/) collected by [New Relic agents](/docs/new-relic-solutions/new-relic-one/install-configure/compatibility-requirements-new-relic-agents-products/), use our [NerdGraph API](#create-topology-graph).
To set up your topology in addition to the [entities and relationships](/docs/new-relic-solutions/new-relic-one/core-concepts/what-entity-new-relic/) collected by [New Relic agents](/docs/new-relic-solutions/new-relic-one/install-configure/compatibility-requirements-new-relic-agents-products/), use our [NerdGraph API](#create-topology-graph).

Customized topology correlation relies on two main concepts:

Expand All @@ -936,9 +936,9 @@ Customized topology correlation relies on two main concepts:

It may help to understand how topology is used to correlate incidents:

1. First, New Relic gathers all relevant incidents. This includes incidents where [decision logic steps 1 and 2](#build-decision) are true and that are also within the defined time window in advanced settings.
1. First, New Relic gathers all relevant incidents. This includes incidents where [decision logic steps 1 and 2](#customize) are true and that are also within the defined time window in advanced settings.

In this example, all of the incidents in the dotted-line selection have met these requirements: they've gone through the [decision logic in steps 1 and 2](#build-decision), and all contextual comparisons made in [decision logic step 2](#build-decision) are true.
In this example, all of the incidents in the dotted-line selection have met these requirements: they've gone through the [decision logic in steps 1 and 2](#customize), and all contextual comparisons made in [decision logic step 2](#customize) are true.

<img
title="topology-1.png"
Expand Down

0 comments on commit 06e204f

Please sign in to comment.