Skip to content

Commit

Permalink
chore: rework integration page links to io links
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho committed Oct 25, 2021
1 parent 8668a7a commit c633e6b
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ As just one example of what you can do with New Relic, imagine you are a Kuberne
Learn more:
* [See pricing details](https://newrelic.com/pricing)
* [Learn what New Relic does](https://docs.newrelic.com/docs/using-new-relic/welcome-new-relic/get-started/introduction-new-relic#get-started-now)
* [Browse our solutions](https://newrelic.com/integrations)
* [Browse our solutions](https://newrelic.com/instant-observability/)

### Next steps [#next-steps]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To uninstall agents or integrations, here are some recommended procedures:

* [Remove APM, browser, and mobile apps](/docs/apm/new-relic-apm/maintenance/remove-applications-new-relic/)
* [Remove infrastructure agent](/docs/infrastructure/install-infrastructure-agent/update-or-uninstall/uninstall-infrastructure-agent/)
* For how to disable other New Relic tools, see their specific docs. You can [search New Relic integrations here](https://newrelic.com/integrations).
* For how to disable other New Relic tools, see their specific docs. You can [search New Relic quickstarts here](https://newrelic.com/instant-observability/).

## Downgrade organization [#downgrading]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@ For information on managing retention settings with APIs, see the [Manage data r

## For more help [#more_help]

For details about the data retention of other products or [integrations](https://newrelic.com/integrations), see that specific documentation.
For details about the data retention of other products or [integrations](https://newrelic.com/instant-observability/), see that specific documentation.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To get the most out of New Relic, you may need or want to report custom data to

## Options for custom data [#options]

We have a wide variety of [agents and integrations](https://newrelic.com/integrations) that bring in various types of data. But you may need to bring in data that isn't reported by default.
We have a wide variety of [agents and quickstarts](https://newrelic.com/instant-observability/) that bring in various types of data. But you may need to bring in data that isn't reported by default.

Options for bringing in custom data include:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ There are many ways to get data into your New Relic account. Any New Relic user

## New Relic-built agents and integrations [#integrations]

When you enable New Relic solutions like [APM](/docs/apm), [browser monitoring](/docs/browser), [mobile monitoring](/docs/mobile-monitoring), [infrastructure monitoring](/docs/infrastructure), or any of our wide array of [integrations](https://newrelic.com/integrations), by default you'll receive data from your monitored applications, hosts, services, or other entities.
When you enable New Relic solutions like [APM](/docs/apm), [browser monitoring](/docs/browser), [mobile monitoring](/docs/mobile-monitoring), [infrastructure monitoring](/docs/infrastructure), or any of our wide array of [quickstarts](https://newrelic.com/instant-observability/), by default you'll receive data from your monitored applications, hosts, services, or other entities.

Some options for getting started:

* Log into [one.newrelic.com](https://one.newrelic.com) and click **Add more data** to get some guidance on setting up New Relic solutions.
* To browse our solutions, see [New Relic integrations](https://newrelic.com/integrations).
* To browse our solutions, see [New Relic Instant Observability](https://newrelic.com/instant-observability/).

## Report custom data [#custom-data]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Want to try out our Metric API? [Create a New Relic account](https://newrelic.co

The Metric API is a way to get metric data into New Relic. The API works by sending a POST request to our HTTP endpoint with a JSON payload containing the metric data.

The Metric API is how metrics are ingested from some of our [integrations](https://newrelic.com/integrations), including our [open source exporters](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic#external-data) (like DropWizard, OpenCensus, and Prometheus). The Metric API is also used by our [Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic), which are language-specific tools that make it easier to use our data-ingest APIs.
The Metric API is how metrics are ingested from some of our [integrations](https://newrelic.com/instant-observability/), including our [open source exporters](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic#external-data) (like DropWizard, OpenCensus, and Prometheus). The Metric API is also used by our [Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic), which are language-specific tools that make it easier to use our data-ingest APIs.

The Metric API can be used to:

Expand All @@ -42,7 +42,7 @@ You'll need a New Relic [license key](/docs/apis/intro-apis/new-relic-api-keys/#

## Get started

If we don't have an existing [integration](https://newrelic.com/integrations) that meets your metric-reporting needs, you have two options:
If we don't have an existing [integration or quickstart](https://newrelic.com/instant-observability/) that meets your metric-reporting needs, you have two options:

* [Use our Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic), which are language-specific tools that help you send us metrics and other data.
* [Use the Metric API directly](/docs/report-metrics-metric-api).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ redirects:

Our Telemetry SDKs are an open source set of API client libraries that send data to the New Relic platform. Under the hood, these SDKs rely on our core [data ingest APIs](/docs/telemetry-data-platform/ingest-apis): the Metric API, Trace API, Log API, and Event API.

We offer [open-source integrations](/docs/integrations/open-source-telemetry-integrations) for telemetry tools like Prometheus, Istio, and OpenCensus that were created using our Telemetry SDKs. If those solutions (or our other [integrations](https://newrelic.com/integrations)) don't meet your needs, you can use the Telemetry SDKs to create your own telemetry data solutions.
We offer [open-source integrations](/docs/integrations/open-source-telemetry-integrations) for telemetry tools like Prometheus, Istio, and OpenCensus that were created using our Telemetry SDKs. If those solutions (or our other [integrations](https://newrelic.com/instant-observability/)) don't meet your needs, you can use the Telemetry SDKs to create your own telemetry data solutions.

## Requirements and compatibility [#requirements]

Expand Down Expand Up @@ -202,4 +202,4 @@ If you need a Telemetry SDK in a language that does not currently exist or want

To see the integrations built using our Telemetry SDKs, see [Open source telemetry integrations](/docs/integrations/open-source-telemetry-integrations).

For all monitoring solutions, see our [integrations page](https://newrelic.com/integrations).
For all monitoring solutions, see our [New Relic Instant Observability](https://newrelic.com/instant-observability/).
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ Our ingest APIs have additional limits that may override the more general [accou

## Finding other agent and integration limits [#other-limits]

To find limits for our other agents and integrations, which will override more general [account-level limits](#all_products), see the docs for those tools: you can [search our solutions here](https://newrelic.com/integrations). Some default reporting limits are located in these tools' configuration docs.
To find limits for our other agents and integrations, which will override more general [account-level limits](#all_products), see the docs for those tools: you can [search our quickstarts here](https://newrelic.com/instant-observability/). Some default reporting limits are located in these tools' configuration docs.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ redirects:
- /docs/full-stack-observability/instrument-everything/develop-own-integrations/flex-integration-dummy
---

New Relic provides [integrations for many popular services and frameworks](https://newrelic.com/integrations). If you have New Relic and want to report data from a service we don't have an integration for, there are several ways New Relic lets you create your own integration:
New Relic provides [integrations and quickstarts for many popular services and frameworks](https://newrelic.com/instant-observability/). If you have New Relic and want to report data from a service we don't have an integration for, there are several ways New Relic lets you create your own integration:

* With New Relic infrastructure monitoring, you can use our lightweight [Flex tool](/docs/integrations/host-integrations/host-integrations-list/flex-integration-tool-build-your-own-integration) (recommended, documented below) or, to build a complete [on-host integration](/docs/integrations/host-integrations/getting-started/introduction-host-integrations), see our [Integrations SDK](/docs/integrations/integrations-sdk/getting-started/introduction-infrastructure-integrations-sdk).
* Telemetry (metrics, traces) monitoring solutions: Use our [Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ redirects:
- /docs/infrastructure/integrations-getting-started/integrations/host-integrations
---

New Relic offers various [integrations](https://newrelic.com/integrations) for reporting data to our platform. One category of integrations is our Infrastructure integrations.
New Relic offers various [integrations and quickstarts](https://newrelic.com/instant-observability/) for reporting data to our platform. One category of integrations is our Infrastructure integrations.

## Types of infrastructure integrations [#integration-types]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ New Relic provides open source integrations that report telemetry data from tele

We have open source integrations that report data from OpenCensus, OpenTelemetry, DropWizard, Prometheus, and [more](/docs/integrations/open-source-telemetry-integrations). With these solutions, you can aggregate all your telemetry data in one place: the New Relic platform.

See [our list of open source telemetry integrations](/docs/integrations/open-source-telemetry-integrations) (to browse all New Relic solutions, see our [integrations page](https://newrelic.com/integrations)).
See [our list of open source telemetry integrations](/docs/integrations/open-source-telemetry-integrations) (to browse all New Relic solutions, see [New Relic Instant Observability](https://newrelic.com/instant-observability/)).

## How they work

These integrations were built using our [Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic), which are open-source language-specific libraries for reporting metrics, trace data, and other telemetry data to New Relic. If our pre-built [integrations](https://newrelic.com/integrations) don't meet your needs, you can use the [Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic) to build your own telemetry tools.
These integrations were built using our [Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic), which are open-source language-specific libraries for reporting metrics, trace data, and other telemetry data to New Relic. If our pre-built [quickstarts](https://newrelic.com/instant-observability/) don't meet your needs, you can use the [Telemetry SDKs](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic) to build your own telemetry tools.

Under the hood, data reported by these solutions are ingested via our [data ingest APIs](/docs/data-ingest-apis). For example, metrics reported by the DropWizard exporter are ingested via the [Metric API](/docs/data-ingest-apis/get-data-new-relic/metric-api/introduction-metric-api), so to understand how to query and chart that type of data, you could read [Query metric data](/docs/data-ingest-apis/get-data-new-relic/metric-api/view-query-you-metric-data).
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ redirects:

A New Relic [agent](/docs/using-new-relic/welcome-new-relic/get-started/glossary#agent) is a piece of software that you install on a host or in an application that sends performance data to New Relic. We use different agents for different products and coding languages.

In this doc, we have links to some of our most popular tools. For a complete list of our solutions, see [New Relic integrations](https://newrelic.com/integrations).
In this doc, we have links to some of our most popular tools. For a complete list of our solutions, see [New Relic Instant Observability](https://newrelic.com/instant-observability/).

## APM compatibility and requirements [#apm-compatibility]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ redirects:
- /docs/using-new-relic/cross-product-functions/install-configure/configure-agent
---

Some [New Relic solutions](https://newrelic.com/integrations) require installation of an agent. How the behavior of those agents are configured depends on the specific agent.
Some [New Relic integrations](https://newrelic.com/instant-observability/) require manual installation of an agent. How the behavior of those agents are configured depends on the specific agent.

## Configure APM agents [#apm-config]

Expand Down Expand Up @@ -56,4 +56,4 @@ For additional configuration options, see:

## Configure other New Relic tools [#other]

For configuring other tools not listed here, see the [documentation for a specific solution](https://newrelic.com/integrations).
For configuring other tools not listed here, see the [documentation for a specific solution](https://newrelic.com/instant-observability/).
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Here are links to instructions on how to install New Relic monitoring services:
* [Integrations for third party telemetry services](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic#external-data)
* [Data ingest APIs](/docs/data-ingest-apis/get-data-new-relic/getting-started/introduction-new-relic-data-ingest-apis-sdks) (metrics, events, logs, traces)

To search these and other monitoring solutions, see [New Relic integrations](https://newrelic.com/integrations).
To search these and other monitoring solutions, see [New Relic Instant Observaility](https://newrelic.com/instant-observability/).

## Install APM [#apm-install]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects:
- /docs/agents/manage-apm-agents/installation/uninstall-agent
---

Some [New Relic solutions](https://newrelic.com/integrations) require installation of an agent. You can uninstall the agent if you want it to stop reporting data. If you need to uninstall New Relic completely, follow the procedures for your agent.
Some [New Relic solutions](https://newrelic.com/instant-observability/) require installation of an agent. You can uninstall the agent if you want it to stop reporting data. If you need to uninstall New Relic completely, follow the procedures for your agent.

If you encounter problems, see [support.newrelic.com](https://support.newrelic.com).

Expand Down Expand Up @@ -61,4 +61,4 @@ See [Downgrade/cancel your account](/docs/accounts/accounts/account-maintenance/

## Uninstall other tools [#other]

For uninstall instructions for solutions not listed here, see the docs for a [specific New Relic solution](https://newrelic.com/integrations).
For uninstall instructions for solutions not listed here, see the docs for a [specific New Relic solution](https://newrelic.com/instant-observability/).
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ redirects:
- /docs/agents/manage-apm-agents/installation/update-new-relic-agent
---

Some [New Relic solutions](https://newrelic.com/integrations "Link opens in a new window.") require installation of an agent. To ensure that you have the most up-to-date version of an agent, refer to the [release notes](/docs/release-notes) for that agent. To download and install the latest version, see the docs for that agent.
Some [New Relic quickstarts](https://newrelic.com/instant-observability/ "Link opens in a new window.") require manual installation of an agent. To ensure that you have the most up-to-date version of an agent, refer to the [release notes](/docs/release-notes) for that agent. To download and install the latest version, see the docs for that agent.

## Update APM agents [#apm]

Expand Down Expand Up @@ -47,4 +47,4 @@ See the docs for your agent:

## Other New Relic tools [#other]

For information on other tools, see the [documentation for that tool](https://newrelic.com/integrations).
For information on other tools, see the [documentation for that tool in New Relic Instant Observability](https://newrelic.com/instant-observability/).
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ redirects:
- /docs/agents/manage-apm-agents/troubleshooting/find-agent-root-directory
---

Some [New Relic solutions](https://newrelic.com/integrations) require installation of an agent. The agent root directory is the main folder that holds the files for the agent. Typically, the agent root directory is the directory where the agent install process places the agent configuration file.
Some [New Relic solutions](https://newrelic.com/instant-observability/) require installation of an agent. The agent root directory is the main folder that holds the files for the agent. Typically, the agent root directory is the directory where the agent install process places the agent configuration file.

You may need to find the agent root directory for several reasons:

Expand Down Expand Up @@ -292,4 +292,4 @@ The location of the infrastructure agent root directory depends on your system:

## Directory info for other tools [#other]

For learning about directories for other tools not listed here, see the [documentation for a specific solution](https://newrelic.com/integrations) .
For learning about directories for other tools not listed here, see the [documentation for a specific solution](https://newrelic.com/instant-observability/) .
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redirects:
- /docs/agents/manage-apm-agents/troubleshooting/generate-new-relic-agent-logs-troubleshooting
---

Some [New Relic solutions](https://newrelic.com/integrations) require installation of an agent. Most agents include built-in tools to generate detailed logs for troubleshooting, auditing, and diagnostics.
Some [New Relic solutions](https://newrelic.com/instant-observability/) require manual installation of an agent. Most agents include built-in tools to generate detailed logs for troubleshooting, auditing, and diagnostics.

Related docs:

Expand Down Expand Up @@ -39,4 +39,4 @@ See [Infrastructure agent logs](/docs/infrastructure/new-relic-infrastructure/tr

## Logging for other New Relic tools [#other]

For log generation and troubleshooting instructions for tools not listed here, see the [docs for a specific solution](https://newrelic.com/integrations).
For log generation and troubleshooting instructions for tools not listed here, see the [docs for a specific solution in New Relic Instant Observability](https://newrelic.com/instant-observability/).

0 comments on commit c633e6b

Please sign in to comment.