You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-application-insights.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,47 +49,47 @@ When the **Application Insights** feature is enabled, you can:
49
49
* In the navigation pane, select **Application Insights** to view the **Overview** page of Application Insights. The **Overview** page shows you an overview of all running applications.
50
50
* Select **Application Map** to see the status of calls between applications.
51
51
52
-
:::image type="content" source="media/how-to-application-insights/insights-process-agent-map.png" alt-text="Screenshot of Azure portal Application Insights with Application map page showing." lightbox="media/how-to-application-insights/insights-process-agent-map.png":::
52
+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-map.png" alt-text="Screenshot of the Azure portal that shows the Application Insights Application map page." lightbox="media/how-to-application-insights/insights-process-agent-map.png":::
53
53
54
54
* Select the link between customers-service and `petclinic` to see more details such as a query from SQL.
55
55
* Select an endpoint to see all the applications making requests to the endpoint.
56
56
57
57
* In the navigation pane, select **Performance** to see the performance data of all applications' operations, dependencies, and roles.
58
58
59
-
:::image type="content" source="media/how-to-application-insights/insights-process-agent-performance.png" alt-text="Screenshot of Azure portal Application Insights with Performance page showing." lightbox="media/how-to-application-insights/insights-process-agent-performance.png":::
59
+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-performance.png" alt-text="Screenshot of the Azure portal that shows the Application Insights Performance page." lightbox="media/how-to-application-insights/insights-process-agent-performance.png":::
60
60
61
61
* In the navigation pane, select **Failures** to see any unexpected failures or exceptions from your applications.
62
62
63
-
:::image type="content" source="media/how-to-application-insights/insights-process-agent-failures.png" alt-text="Screenshot of Azure portal Application Insights with Failures page showing." lightbox="media/how-to-application-insights/insights-process-agent-failures.png":::
63
+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-failures.png" alt-text="Screenshot of the Azure portal that shows the Application Insights Failures page." lightbox="media/how-to-application-insights/insights-process-agent-failures.png":::
64
64
65
65
* In the navigation pane, select **Metrics** and select the namespace to see both Spring Boot metrics and custom metrics, if any.
66
66
67
-
:::image type="content" source="media/how-to-application-insights/insights-process-agent-metrics.png" alt-text="Screenshot of Azure portal Application Insights with Metrics page showing." lightbox="media/how-to-application-insights/insights-process-agent-metrics.png":::
67
+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-metrics.png" alt-text="Screenshot of xthe Azure portal that shows the Application Insights Metrics page." lightbox="media/how-to-application-insights/insights-process-agent-metrics.png":::
68
68
69
69
* In the navigation pane, select **Live Metrics** to see the real-time metrics for different dimensions.
70
70
71
-
:::image type="content" source="media/how-to-application-insights/petclinic-microservices-live-metrics.png" alt-text="Screenshot of Azure portal Application Insights with Live Metrics page showing." lightbox="media/how-to-application-insights/petclinic-microservices-live-metrics.png":::
71
+
:::image type="content" source="media/how-to-application-insights/petclinic-microservices-live-metrics.png" alt-text="Screenshot of the Azure portal that shows the Application Insights Live Metrics page." lightbox="media/how-to-application-insights/petclinic-microservices-live-metrics.png":::
72
72
73
73
* In the navigation pane, select **Availability** to monitor the availability and responsiveness of Web apps by creating [Availability tests in Application Insights](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability).
74
74
75
-
:::image type="content" source="media/how-to-application-insights/petclinic-microservices-availability.png" alt-text="Screenshot of Azure portal Application Insights with Availability page showing." lightbox="media/how-to-application-insights/petclinic-microservices-availability.png":::
75
+
:::image type="content" source="media/how-to-application-insights/petclinic-microservices-availability.png" alt-text="Screenshot of the Azure portal that shows the Application Insights Availability page." lightbox="media/how-to-application-insights/petclinic-microservices-availability.png":::
76
76
77
77
* In the navigation pane, select **Logs** to view all applications' logs, or one application's logs when filtering by `cloud_RoleName`.
78
78
79
-
:::image type="content" source="media/how-to-application-insights/application-insights-application-logs.png" alt-text="Screenshot of Azure portal Application Insights with Logs page showing." lightbox="media/how-to-application-insights/application-insights-application-logs.png":::
79
+
:::image type="content" source="media/how-to-application-insights/application-insights-application-logs.png" alt-text="Screenshot of the Azure portal that shows the Application Insights Logs page." lightbox="media/how-to-application-insights/application-insights-application-logs.png":::
80
80
81
81
## Manage Application Insights using the Azure portal
82
82
83
83
::: zone pivot="sc-standard"
84
84
85
85
Enable the Java In-Process Agent by using the following procedure.
86
86
87
-
1. Go to the **service | Overview** page of your service instance, then select **Application Insights** in the **Monitoring** section.
87
+
1. Go to the **service | Overview** page of your service instance and then select **Application Insights** in the **Monitoring** section.
88
88
1. Select **Enable Application Insights** to enable Application Insights in Azure Spring Apps.
89
89
1. Select an existing instance of Application Insights or create a new one.
90
90
1. When **Application Insights** is enabled, you can configure one optional sampling rate (default 10.0%).
91
91
92
-
:::image type="content" source="media/how-to-application-insights/insights-process-agent.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and 'Enable Application Insights' checkbox highlighted." lightbox="media/how-to-application-insights/insights-process-agent.png":::
92
+
:::image type="content" source="media/how-to-application-insights/insights-process-agent.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps instance with Application Insights page and Enable Application Insights checkbox highlighted." lightbox="media/how-to-application-insights/insights-process-agent.png":::
93
93
94
94
1. Select **Save** to save the change.
95
95
@@ -107,7 +107,7 @@ You can use the Portal to check or update the current settings in Application In
107
107
1. Select **Application Insights**.
108
108
1. Enable Application Insights by selecting **Edit binding**, or the **Unbound** hyperlink.
109
109
110
-
:::image type="content" source="media/how-to-application-insights/application-insights-binding-enable.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and drop-down menu visible with 'Edit binding' option.":::
110
+
:::image type="content" source="media/how-to-application-insights/application-insights-binding-enable.png" alt-text="Screenshot of the Azure portal Azure that shows the Azure Spring Apps instance with the Application Insights page and the 'Edit binding' option.":::
111
111
112
112
1. Edit **Application Insights** or **Sampling rate**, then select **Save**.
113
113
@@ -116,13 +116,13 @@ You can use the Portal to check or update the current settings in Application In
116
116
1. Select **Application Insights**.
117
117
1. Select **Unbind binding** to disable Application Insights.
118
118
119
-
:::image type="content" source="media/how-to-application-insights/application-insights-unbind-binding.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and drop-down menu visible with 'Unbind binding' option.":::
119
+
:::image type="content" source="media/how-to-application-insights/application-insights-unbind-binding.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps instance with the Application Insights page and the Unbind binding option.":::
120
120
121
121
### Change Application Insights Settings
122
122
123
123
Select the name under the *Application Insights* column to open the Application Insights section.
124
124
125
-
:::image type="content" source="media/how-to-application-insights/application-insights-change-settings.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing.":::
125
+
:::image type="content" source="media/how-to-application-insights/application-insights-change-settings.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps instance with the Application Insights page.":::
126
126
127
127
### Edit Application Insights buildpack bindings in Build Service
128
128
@@ -136,11 +136,11 @@ Application Insights settings are found in the *ApplicationInsights* item listed
136
136
137
137
1. Select the **Bound** hyperlink, or select **Edit Binding** under the ellipse, to open and edit the Application Insights buildpack bindings.
138
138
139
-
:::image type="content" source="media/how-to-application-insights/application-insights-builder-settings.png" alt-text="Screenshot of Azure portal 'Edit bindings for default builder' pane.":::
139
+
:::image type="content" source="media/how-to-application-insights/application-insights-builder-settings.png" alt-text="Screenshot of the Azure portal that shows the Edit bindings for default builder pane.":::
140
140
141
141
1. Edit the binding settings, then select **Save**.
142
142
143
-
:::image type="content" source="media/how-to-application-insights/application-insights-edit-binding.png" alt-text="Screenshot of Azure portal 'Edit binding' pane.":::
143
+
:::image type="content" source="media/how-to-application-insights/application-insights-edit-binding.png" alt-text="Screenshot of the Azure portal that shows the Edit binding pane.":::
144
144
145
145
::: zone-end
146
146
@@ -491,12 +491,12 @@ The Java agent is updated/upgraded when the buildpack is updated.
491
491
492
492
## Java agent configuration hot-loading
493
493
494
-
Azure Spring Apps has enabled a hot-loading mechanism to adjust the settings of agent configuration without restart of applications.
494
+
Azure Spring Apps enables a hot-loading mechanism to adjust the settings of agent configuration without restart of applications.
495
495
496
496
> [!NOTE]
497
497
> The hot-loading mechanism has a delay in minutes.
498
498
499
-
* When the Java agent has been previously enabled, changes to the Application Insights instance and/or SamplingRate do NOT require applications to be restarted.
499
+
* When the Java agent is previously enabled, changes to the Application Insights instance and/or SamplingRate do NOT require applications to be restarted.
500
500
* If you enable the Java agent, then you must restart applications.
501
501
* When you disable the Java agent, applications stop sending all monitoring data after a delay in minutes. You can restart applications to remove the agent from the Java runtime environment.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-circuit-breaker-metrics.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,10 +180,10 @@ Use the following steps to build and deploy the sample applications.
180
180
181
181
1. In your Azure Spring Apps instance, select **Application Insights** in the navigation pane and then select **Application Insights** on the page.
182
182
183
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/application-insights.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps Application Insights page with the Application Insights on the button bar highlighted." lightbox="media/how-to-circuit-breaker-metrics/application-insights.png":::
183
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/application-insights.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps Application Insights page with the Application Insights highlighted." lightbox="media/how-to-circuit-breaker-metrics/application-insights.png":::
184
184
185
185
> [!NOTE]
186
-
> If there's no default Application Insight, you can enable the Java In-Process agent. For more information, see the [Manage Application Insights using the Azure portal](./how-to-application-insights.md#manage-application-insights-using-the-azure-portal) section of [Use Application Insights Java In-Process Agent in Azure Spring Apps](./how-to-application-insights.md).
186
+
> If there's no default Application Insights available, you can enable the Java In-Process agent. For more information, see the [Manage Application Insights using the Azure portal](./how-to-application-insights.md#manage-application-insights-using-the-azure-portal) section of [Use Application Insights Java In-Process Agent in Azure Spring Apps](./how-to-application-insights.md).
187
187
188
188
1. Enable dimension collection for resilience4j metrics. For more information, see the [Custom metrics dimensions and pre-aggregation](../../azure-monitor/app/pre-aggregated-metrics-log-metrics.md#custom-metrics-dimensions-and-pre-aggregation) section of [Log-based and pre-aggregated metrics in Application Insights](../../azure-monitor/app/pre-aggregated-metrics-log-metrics.md).
189
189
@@ -215,12 +215,12 @@ Use the following steps to build and deploy the sample applications.
215
215
216
216
::: zone pivot="sc-enterprise"
217
217
218
-
1. In your Azure Spring Apps instance, select **Application Insights** in the navigation pane and then select the default Application Insights on the page.
218
+
1. In your Azure Spring Apps instance, select **Application Insights** in the navigation pane and then select the default **Application Insights** on the page.
219
219
220
220
:::image type="content" source="media/how-to-circuit-breaker-metrics/application-insights-enterprise.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps Enterprise Application Insights page with the Application Insights on the button bar highlighted." lightbox="media/how-to-circuit-breaker-metrics/application-insights-enterprise.png":::
221
221
222
222
> [!NOTE]
223
-
> If there's no default Application Insight, you can enable the Java In-Process agent. For more information, see the [Manage Application Insights using the Azure portal](./how-to-application-insights.md#manage-application-insights-using-the-azure-portal) section of [Use Application Insights Java In-Process Agent in Azure Spring Apps](./how-to-application-insights.md).
223
+
> If there's no default Application Insights available, you can enable the Java In-Process agent. For more information, see the [Manage Application Insights using the Azure portal](./how-to-application-insights.md#manage-application-insights-using-the-azure-portal) section of [Use Application Insights Java In-Process Agent in Azure Spring Apps](./how-to-application-insights.md).
224
224
225
225
1. Enable dimension collection for resilience4j metrics. For more information, see the [Custom metrics dimensions and pre-aggregation](../../azure-monitor/app/pre-aggregated-metrics-log-metrics.md#custom-metrics-dimensions-and-pre-aggregation) section of [Log-based and pre-aggregated metrics in Application Insights](../../azure-monitor/app/pre-aggregated-metrics-log-metrics.md).
0 commit comments