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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,12 +491,14 @@ 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 enables a hot-loading mechanism to adjust the settings of agent configuration without restart of applications.
494
+
Azure Spring Apps has a hot-loading mechanism to adjust the settings of agent configuration without restart of applications.
495
+
495
496
496
497
> [!NOTE]
497
498
> The hot-loading mechanism has a delay in minutes.
498
499
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
+
* If the Java agent is already enabled, changes to the Application Insights instance or `SamplingRate` value don't require application restart.
501
+
500
502
* If you enable the Java agent, then you must restart applications.
501
503
* 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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,17 @@ Use the following steps to build and deploy the sample applications.
38
38
39
39
::: zone pivot="sc-standard"
40
40
41
-
1. Use the following command to create Azure Spring Apps:
41
+
1. Use the following command to create an Azure Spring Apps service instance:
42
+
42
43
43
44
```azurecli
44
45
az spring create \
45
46
--resource-group ${resource-group-name} \
46
47
--name ${Azure-Spring-Apps-instance-name}
47
48
```
48
49
49
-
1. Use the following commands to create applications with endpoints:
50
+
1. Use the following commands to create the applications with endpoints:
51
+
50
52
51
53
```azurecli
52
54
az spring app create \
@@ -61,7 +63,8 @@ Use the following steps to build and deploy the sample applications.
61
63
--assign-endpoint
62
64
```
63
65
64
-
1. Use the following commands to deploy applications:
66
+
1. Use the following commands to deploy the applications:
67
+
65
68
66
69
```azurecli
67
70
az spring app deploy \
@@ -82,10 +85,12 @@ Use the following steps to build and deploy the sample applications.
82
85
83
86
::: zone pivot="sc-enterprise"
84
87
85
-
1. Use the following command to create Azure Spring Apps:
88
+
1. Use the following command to create an Azure Spring Apps service instance:
89
+
86
90
87
91
> [!NOTE]
88
-
> If your subscription has never been used to create an Enterprise plan instance of Azure Spring Apps, it's necessary to run the following command:
92
+
> If your subscription has never been used to create an Enterprise plan instance of Azure Spring Apps, you must run the following command:
93
+
89
94
>
90
95
> ```azurecli
91
96
> az term accept \
@@ -116,7 +121,8 @@ Use the following steps to build and deploy the sample applications.
116
121
--assign-endpoint
117
122
```
118
123
119
-
1. Use the following commands to deploy applications:
124
+
1. Use the following commands to deploy the applications:
125
+
120
126
121
127
```azurecli
122
128
az spring app deploy \
@@ -180,10 +186,11 @@ Use the following steps to build and deploy the sample applications.
180
186
181
187
1. In your Azure Spring Apps instance, select **Application Insights** in the navigation pane and then select **Application Insights** on the page.
182
188
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":::
189
+
:::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 Application Insights highlighted." lightbox="media/how-to-circuit-breaker-metrics/application-insights.png":::
190
+
184
191
185
192
> [!NOTE]
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).
193
+
> If you don't enable Application Insights, 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
194
188
195
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