Skip to content

Commit

Permalink
Merge pull request #13422 from newrelic/app-slow-links
Browse files Browse the repository at this point in the history
Inbound links for "My app is slow"
  • Loading branch information
bradleycamacho authored Jun 7, 2023
2 parents a160ba4 + 27939d5 commit 3b34134
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ New Relic for Go monitors your Go language applications and microservices to hel

Go is a compiled language, and doesn’t use a virtual machine. The best way to monitor Go applications is to use the [Go API](/docs/agents/go-agent/api-guides/guide-using-go-agent-api). Our API provides exceptional flexibility and control over what gets instrumented.

Use the New Relic Go agent to solve your app's performance issues with our [My app is slow tutorial](/docs/journey-app-slow/root-causes/).

## Start monitoring your Go application [#install-new-relic]

To use New Relic for Go:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ signupBanner:

With New Relic's Java agent, you can track everything from performance issues to tiny errors within your code. Every minute the agent posts [metric timeslice and event data](/docs/data-analysis/metrics/analyze-your-metrics/data-collection-metric-timeslice-event-data) to the New Relic user interface, where the owner of that data can sign in and use the data to see how their website is performing.

Use the New Relic Java agent to solve your app's performance issues with our [My app is slow tutorial](/docs/journey-app-slow/root-causes/).

## Installation

To use the Java agent:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ import apmPhpAgentDiagram from 'images/apm_diagram_php-agent-diagram.webp'

Our PHP agent monitors your application to help you [identify and solve performance issues](#monitor-performance). You can also extend the agent's performance monitoring to [collect and analyze business data](#business-data) to help you improve the customer experience and make data-driven business decisions.

Use the New Relic PHP agent to solve your app's performance issues with our [My app is slow tutorial](/docs/journey-app-slow/root-causes/).

## Monitor app performance [#monitor-performance]

<img
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ redirects:

The New Relic Ruby agent monitors your applications to help you [identify and solve performance issues](#monitor-performance). You can also extend the agent's performance monitoring to [collect and analyze business data](#business-data) to help you improve the customer experience and make data-driven business decisions.

Use the New Relic Ruby agent to solve your app's performance issues with our [My app is slow tutorial](/docs/journey-app-slow/root-causes/).

## Compatibility and requirements [#compat]

The Ruby agent supports many of the most common [Ruby frameworks and platforms](/docs/agents/ruby-agent/getting-started/supported-frameworks). You can also use the Ruby agent in a [Google App Engine (GAE) flexible environment](/docs/agents/ruby-agent/installation/install-new-relic-ruby-agent-gae-flexible-environment). Before you install the Ruby agent, ensure your system meets the [system requirements](/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ There are two basic ways to install the browser monitoring agent:
## Learn more about New Relic features

Ready to learn more about what you can do with New Relic to improve your site performance? Check out our docs on <InlinePopover type="browser" />, and learn more about how you can use this feature to optimize your customer experience.

* [My app is slow tutorial](/docs/journey-app-slow/root-causes/).
* [Introduction to browser monitoring](/docs/browser/browser-monitoring/getting-started/introduction-browser-monitoring)
* [Introduction to alerts](/docs/alerts-applied-intelligence/overview/)
* [Introduction to synthetics](/docs/synthetics/synthetic-monitoring/using-monitors/intro-synthetic-monitoring/)
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ redirects:

It's one thing to know how to use APM, but it's another thing to know how to use New Relic's application performance monitoring software well. Here are some best practices designed to help you become an <InlinePopover type="apm" /> pro—and a key asset to your team!

Want a step-by-step tutorial on solving performance issues? Check out our [my app is slow tutorial](/docs/journey-app-slow/root-causes/).

<Callout variant="tip">
To get a high-level overview of all your applications and services, use the [New Relic Explorer](/docs/new-relic-one/use-new-relic-one/ui-data/new-relic-one-entity-explorer) in New Relic.
</Callout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ If our more curated agents and integrations don't provide what you need, we give

## Next steps [#next-steps]

Now that you're set up with New Relic, learn how to solve your app's performance issues with our [My app is slow tutorial](/docs/journey-app-slow/root-causes/).

* To troubleshoot install issues, see [New Relic Diagnostics](/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics).
* To set up a strong observability foundation, see our [implementation guide](/docs/new-relic-solutions/get-started/implementation-guide-intro), which will walk you through installing and understanding more observability tools and features.
* [Learn about how billing works](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing)
Expand Down
2 changes: 2 additions & 0 deletions src/install/java/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import apmJavaExampleDashboards from 'images/apm_screenshot-full_java-example-sh

New Relic supports the most popular Java app servers, frameworks, virtual machines, and tools. Once installed, the APM agent monitors your app's performance and gives you insight into that performance. Want more context? See our [intro to APM](/docs/apm/new-relic-apm/getting-started/introduction-apm).

Use the New Relic Java agent to solve your app's performance issues with our [My app is slow tutorial](/docs/journey-app-slow/root-causes/).

<img
title="Example Java APM dashboards"
alt="A screenshot of example Java APM dashboards"
Expand Down
2 changes: 2 additions & 0 deletions src/install/java/whatsNext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ headingText: What's next?
<Side>
<WhatsNextTile title="What's next?">

Now that you've installed the Python agent, [learn how to solve perfomance issues](/docs/journey-app-slow/root-causes/) with our tutorial series.

#### See your app data in the UI.

Look for your app name on the APM Summary page (it can take a few minutes).
Expand Down
2 changes: 2 additions & 0 deletions src/install/python/python-agent-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import pythonagentWebTransactionChart from 'images/apm-python-agent_screenshot-c

Do you want to monitor the performance of your Python application? You can do this by installing our Python agent! It is a powerful tool that collects telemetry about your application and then forwards that data to New Relic. Once the data is in New Relic, you can view a wide range of UI pages that give you insights into what's happening with your software.

Use the New Relic Python agent to solve your app's performance issues with our [My app is slow tutorial](/docs/journey-app-slow/root-causes/).


<img
title="Screenshot showing web transaction for Python agent"
Expand Down
1 change: 1 addition & 0 deletions src/install/python/python-agent-whats-next.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ headingText: What's next?
<Side>
<WhatsNextTile title="What's next?">

Now that you've installed the Python agent, [learn how to solve perfomance issues](/docs/journey-app-slow/root-causes/) with our tutorial series.
#### Consider looking at these docs:

* [Troubleshooting with event loop diagnostics](/docs/apm/agents/python-agent/supported-features/python-event-loop-diagnostics/)
Expand Down

0 comments on commit 3b34134

Please sign in to comment.