Skip to content

Commit 789a774

Browse files
authored
Merge pull request #227710 from brhamilton529/brh-screens-monitor
Screenshot update: How to monitor Spring Boot apps using New Relic Java agent
2 parents fe2f5b2 + d4f0ab4 commit 789a774

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

articles/spring-apps/how-to-new-relic-monitor.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,43 +61,41 @@ Use the following procedure to access the agent:
6161
6262
Azure Spring Apps pre-installs the New Relic Java agent to */opt/agents/newrelic/java/newrelic-agent.jar*. Customers can activate the agent from applications' **JVM options**, as well as configure the agent using the [New Relic Java agent environment variables](https://docs.newrelic.com/docs/agents/java-agent/configuration/java-agent-configuration-config-file/#Environment_Variables).
6363
64-
## Portal
64+
## Azure portal
6565
66-
You can also activate this agent from portal with the following procedure.
66+
You can also activate this agent from the Azure portal with the following procedure.
6767
68-
1. Find the app from **Settings**/**Apps** in the navigation pane.
68+
1. In your Azure Spring Apps instance, select **Apps** in the navigation pane.
6969
70-
[![Find app to monitor](media/new-relic-monitoring/find-app.png)](media/new-relic-monitoring/find-app.png)
70+
:::image type="content" source="media/new-relic-monitoring/find-app.png" alt-text="Screenshot of the Azure portal showing the Apps page for an Azure Spring Apps instance." lightbox="media/new-relic-monitoring/find-app.png":::
7171
72-
2. Select the application to jump to the **Overview** page.
72+
1. Select the application from the list, and then select **Configuration** in the navigation pane.
7373
74-
[![Overview page](media/new-relic-monitoring/overview-page.png)](media/new-relic-monitoring/overview-page.png)
74+
1. Use the **General settings** tab to update values such as the JVM options.
7575
76-
3. Select **Configuration** in the left navigation pane to add/update/delete the **Environment Variables** of the application.
76+
:::image type="content" source="media/new-relic-monitoring/update-jvm-option.png" alt-text="Screenshot of the Azure portal showing the Configuration page for an app in an Azure Spring Apps instance, with the General settings tab selected." lightbox="media/new-relic-monitoring/update-jvm-option.png":::
7777
78-
[![Update environment](media/new-relic-monitoring/configurations-update-environment.png)](media/new-relic-monitoring/configurations-update-environment.png)
78+
1. Select **Environment variables** to add or update the variables used by your application.
7979
80-
4. Select **General settings** to add/update/delete the **JVM options** of the application.
80+
:::image type="content" source="media/new-relic-monitoring/configurations-update-environment.png" alt-text="Screenshot of the Azure portal showing the Configuration page for an app in an Azure Spring Apps instance, with the Environmental variables tab selected." lightbox="media/new-relic-monitoring/configurations-update-environment.png":::
8181
82-
[![Update JVM Option](media/new-relic-monitoring/update-jvm-option.png)](media/new-relic-monitoring/update-jvm-option.png)
83-
84-
5. View the application api/gateway **Summary** page from the New Relic dashboard.
82+
1. View the application api/gateway **Summary** page from the New Relic dashboard.
8583
8684
[![App summary page](media/new-relic-monitoring/app-summary-page.png)](media/new-relic-monitoring/app-summary-page.png)
8785
88-
6. View the application customers-service **Summary** page from the New Relic dashboard.
86+
1. View the application customers-service **Summary** page from the New Relic dashboard.
8987
9088
[![Customers-service page](media/new-relic-monitoring/customers-service.png)](media/new-relic-monitoring/customers-service.png)
9189
92-
7. View the **Service Map** page from the New Relic dashboard.
90+
1. View the **Service Map** page from the New Relic dashboard.
9391
9492
[![Service map page](media/new-relic-monitoring/service-map.png)](media/new-relic-monitoring/service-map.png)
9593
96-
8. View the **JVMs** page of the application from the New Relic dashboard.
94+
1. View the **JVMs** page of the application from the New Relic dashboard.
9795
9896
[![JVM page](media/new-relic-monitoring/jvm-page.png)](media/new-relic-monitoring/jvm-page.png)
9997
100-
9. View the application profile from the New Relic dashboard.
98+
1. View the application profile from the New Relic dashboard.
10199
102100
[![Application profile](media/new-relic-monitoring/profile-app.png)](media/new-relic-monitoring/profile-app.png)
103101
-6.01 KB
Loading
-113 KB
Loading
-6.9 KB
Loading

0 commit comments

Comments
 (0)