Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(apm): adding tax redirects for troubleshooting #4513

Merged
merged 9 commits into from
Oct 25, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ redirects:
- /docs/agents/php-agent/getting-started/php-agent-compatibility-requirements
---

Before you [install](/docs/agents/php-agent/installation) New Relic for PHP, make sure your system meets the applicable requirements.
Before you [install](/docs/apm/agents/php-agent/installation) New Relic for PHP, make sure your system meets the applicable requirements.

If you don't have one already, [create a New Relic account](https://newrelic.com/signup). It's free, forever.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ After [connecting the Google App Engine integration to New Relic](/docs/connect-
</td>

<td>
[Create custom queries and charts](applewebdata://36A4FE39-00DA-4D24-8EEB-8A8E329B2924/docs/using-new-relic/data/understand-data/query-new-relic-data) using `GcpAppEngineServiceSample` and `GcpCloudTasksQueueSample` events.
[Create custom queries and charts](/docs/using-new-relic/data/understand-data/query-new-relic-data) using `GcpAppEngineServiceSample` and `GcpCloudTasksQueueSample` events.
</td>
</tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ New Relic offers an [integration](/docs/infrastructure/integrations-getting-star
Google Cloud Storage is a Google Cloud Platform service that you can use to serve website content, to store data for archival and disaster recovery, and to distribute data objects via direct download. With the Google Cloud Storage integration, you can access these features:

* View charts and information about the data you are storing and retrieving from Google Cloud Storage.
* [Create custom queries and charts](applewebdata://36A4FE39-00DA-4D24-8EEB-8A8E329B2924/docs/using-new-relic/data/understand-data/query-new-relic-data) in from automatically captured [data](#metrics).
* [Create custom queries and charts](/docs/using-new-relic/data/understand-data/query-new-relic-data) in from automatically captured [data](#metrics).
* Set [alerts](/docs/infrastructure/new-relic-infrastructure/infrastructure-alert-conditions/infrastructure-alerts-add-edit-or-view-host-alert-information#integration) on your Google Cloud Storage data directly from the Integrations page.

## Activate integration [#activate]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To search these and other monitoring solutions, see [New Relic integrations](htt
* If you're on an EU server, use [this link](https://one.eu.newrelic.com/launcher/nr1-core.home?pane=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5ob21lLXNjcmVlbiJ9&cards[0]=eyJuZXJkbGV0SWQiOiJucjEtaW5zdGFsbC1uZXdyZWxpYy5ucjEtaW5zdGFsbC1uZXdyZWxpYyIsInBhdGgiOiJhcG0iLCJsYW5ndWFnZSI6ICJkb3RuZXQiLCAicmVjaXBlTmFtZSI6ICJkb3RuZXQtYWdlbnQtaW5zdGFsbGVyIiwgImluaXRpYWxBY3Rpb25JbmRleCI6MiwiYWNjb3VudElkIjpudWxsfQ==) instead.
* [Node.js](/docs/agents/nodejs-agent/installation-configuration/install-maintain-nodejs)
* [PHP](/docs/agents/php-agent/installation/php-agent-installation-overview)
* [Python](/docs/agents/python-agent/installation)
* [Python](/docs/apm/agents/python-agent/installation)
* [Ruby](/docs/agents/ruby-agent/installation-configuration/ruby-agent-installation)

## Install browser monitoring [#browser-install]
Expand Down
33 changes: 30 additions & 3 deletions src/data/taxonomy-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,18 @@
"/docs/agents/ruby-agent/installation-configuration"
]
},
{
zuluecho9 marked this conversation as resolved.
Show resolved Hide resolved
"url": "/docs/apm/agents/ruby-agent/troubleshooting",
"paths": [
"/docs/agents/ruby-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/python-agent/troubleshooting",
"paths": [
"docs/agents/python-agent/troubleshooting"
]
},
{
"url": "/docs/infrastructure/install-infrastructure-agent/windows-installation",
"paths": [
Expand Down Expand Up @@ -620,6 +632,24 @@
"/docs/agents/net-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/java-agent/troubleshooting",
"paths": [
"/docs/agents/java-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/go-agent/troubleshooting",
"paths": [
"/docs/agents/go-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/c-sdk/troubleshooting",
"paths": [
"/docs/agents/c-sdk/troubleshooting"
]
},
{
"url": "/docs/licenses/product-or-service-licenses/new-relic-alerts",
"paths": [
Expand Down Expand Up @@ -1262,7 +1292,6 @@
"/docs/infrastructure/new-relic-infrastructure/getting-started/infrastructure-integrations",
"/docs/kubernetes-integration",
"/docs/infrastructure-integrations",
zuluecho9 marked this conversation as resolved.
Show resolved Hide resolved
"/docs/integrations"
]
},
{
Expand Down Expand Up @@ -2028,8 +2057,6 @@
"/docs/full-stack-observability/instrument-everything/instrument-core-services-applications/open-source-telemetry-integrations",
"/docs/full-stack-observability/instrument-everything/instrument-core-services-applications/prometheus-integrations",
"/docs/integrations/open-source-telemetry-integrations/open-source-telemetry-integration-list",
"/docs/integrations/open-source-telemetry-integrations",
"/docs/more-integrations/open-source-telemetry-integrations",
"/docs/integrations/exporters/get-started",
"/docs/integrations/open-source-telemetry-integrations/get-started"
]
Expand Down