Skip to content

Commit

Permalink
feat(Java): Wording and organzational updates for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Apr 21, 2022
1 parent 634fbc9 commit f8da22b
Showing 1 changed file with 18 additions and 14 deletions.
@@ -1,11 +1,11 @@
---
title: Send us your Java data
metaDescription: "How to send your Java application data to New Relic and get the most out of that data."
title: Monitor your Java application
metaDescription: "Want to start monitoring your Java application? Find the best way to get started here."
---

import javaApmExampleImage from 'images/java-apm-example-dashboards.png'

Want to start sending your data to New Relic right away? Find what you want to monitor in the list below.
Want to start monitoring your Java application with New Relic right away? Use this guide to find the best path to start sending your application data to New Relic.

Want to learn more before you get started? [Introduction to APM](/docs/apm/new-relic-apm/getting-started/introduction-apm) and [Introduction to New Relic for Java](/docs/apm/agents/java-agent/getting-started/introduction-new-relic-java) are a good place to start.

Expand All @@ -21,7 +21,7 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r
<Collapser
className="freq-link"
id="on-host-tomcat"
title="Tomcat app running on a host (UI)"
title="Tomcat app running on a host"
>

If you have a Tomcat app running on a host, you can use our command line installer, [guided install](https://one.newrelic.com/nr1-core?state=588ed629-42d0-08ca-5da4-b2857d2c334c).
Expand All @@ -33,7 +33,7 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r
<Collapser
className="freq-link"
id="on-host"
title="App on a host (UI)"
title="App on a host"
>

For a Java app on a host, use our [interactive installation procedure](https://one.newrelic.com/nr1-core?state=d7f45117-b8dc-9e34-1190-358953c0c88e).
Expand All @@ -42,7 +42,7 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r
<Collapser
className="freq-link"
id="gradle"
title="App using Gradle (doc)"
title="App using Gradle"
>

For a Java app using Gradle, see our [detailed Gradle installation doc](/docs/apm/agents/java-agent/additional-installation/install-java-agent-using-gradle/).
Expand All @@ -51,7 +51,7 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r
<Collapser
className="freq-link"
id="maven"
title="App using Maven (doc)"
title="App using Maven"
>

For a Java app using Maven, see our [detailed Maven installation doc](/docs/apm/agents/java-agent/additional-installation/install-java-agent-using-maven/).
Expand All @@ -60,7 +60,7 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r
<Collapser
className="freq-link"
id="docker"
title="App in a Docker container (doc)"
title="App in a Docker container"
>

For a Java app in a Docker container, see our [detailed Docker installation doc](/docs/apm/agents/java-agent/additional-installation/install-new-relic-java-agent-docker/).
Expand All @@ -69,7 +69,7 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r
<Collapser
className="freq-link"
id="aws-lambda"
title="App with AWS Lambda (UI)"
title="App with AWS Lambda"
>

For a Java app with AWS Lambda, use our [interactive installation procedure](https://one.newrelic.com/nr1-core?state=5d2350c2-c8a7-80f6-9930-62ba8b72898f).
Expand All @@ -80,13 +80,18 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r
<Collapser
className="freq-link"
id="manual-install-options"
title="Manual installation options (doc)"
title="Manual installation options"
>

Are you looking for our manual installation and configuration docs?

Start here for an installation configuration overview and specific JVM arguments:

* [Installation overview and configuration options](/docs/apm/agents/java-agent/getting-started/introduction-new-relic-java)
* [Installation with a JVM argument](/docs/apm/agents/java-agent/installation/include-java-agent-jvm-argument)

Find other installation options here:

* [Docker installation](/docs/apm/agents/java-agent/additional-installation/install-new-relic-java-agent-docker)
* [AWS Elastic Beanstalk installation](/docs/apm/agents/java-agent/additional-installation/aws-elastic-beanstalk-installation-java)
* [Ansible installation](/docs/apm/agents/java-agent/additional-installation/install-new-relic-java-agent-ansible)
Expand All @@ -108,8 +113,7 @@ Want to learn more before you get started? [Introduction to APM](/docs/apm/new-r

Already sending data to New Relic from your Java application? Here are some next steps:

* [Review your app's summary page](/docs/apm/apm-ui-pages/monitoring/apm-summary-page-view-transaction-apdex-usage-data)
* [Review your JVM metrics](/docs/apm/agents/java-agent/features/jvms-page-java-view-app-server-metrics-jmx)
* [Set up custom instrumentation](/docs/apm/agents/java-agent/custom-instrumentation/custom-instrumentation-editor-instrument-ui/)
* [Read our APM best practices guide](/docs/new-relic-solutions/best-practices-guides/full-stack-observability/apm-best-practices-guide/)
* [Set up alerts for your Java application's performance](/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition)
* [View your Java application's Apdex score](docs/apm/new-relic-apm/apdex/view-your-apdex-score)
* [Find your Java application's performance problems with transactions](/docs/apm/apm-ui-pages/monitoring/transactions-page-find-specific-performance-problems/)
* [Use guided install to see what else you can monitor on your system](https://one.newrelic.com/nr1-core?state=b569e7a9-07fb-bbbc-7aed-2cd6161ca5e7)

0 comments on commit f8da22b

Please sign in to comment.