Skip to content

Commit 957f821

Browse files
Minor edits.
1 parent 3241285 commit 957f821

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

articles/azure-resource-manager/management/monitor-resource-manager.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ ms.service: azure-resource-manager
1313

1414
[!INCLUDE [horz-monitor-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-intro.md)]
1515

16-
<!-- ## Insights. OPTIONAL. If your service has Azure Monitor insights, add the following include and add information about what your insights provide. You can refer to another article that gives details or add a screenshot.
17-
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)] -->
16+
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
17+
18+
For more information, see [Monitor Azure Monitor Resource Group insights](resource-group-insights.md).
1819

1920
[!INCLUDE [horz-monitor-resource-types](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-types.md)]
2021

@@ -183,7 +184,6 @@ curl --location --request GET 'https://management.azure.com/subscriptions/000000
183184
You can also filter directly in portal:
184185
:::image type="content" source="./media/view-arm-monitor-metrics/throttling-filter-portal.png" alt-text="Screenshot of filtering HTTP Status Code to 429 responses only in the Azure portal.":::
185186

186-
187187
### Examining Server Errors
188188

189189
Similar to looking at throttled requests, you view *all* requests that returned a server error response code by filtering 5xx responses only. For REST API calls, filtering is accomplished by using the [$filter property](/rest/api/monitor/Metrics/List#uri-parameters) and the StatusCodeClass dimension by appending: $filter=StatusCodeClass eq '5xx' as seen at the end of the request in the following snippet:
@@ -195,13 +195,6 @@ curl --location --request GET 'https://management.azure.com/subscriptions/000000
195195

196196
You can also accomplish generic server errors filtering within portal by setting the filter property to `StatusCodeClass` and the value to `5xx`, similar to what was done in the throttling example.
197197

198-
199-
<!-- ## OPTIONAL [TODO-replace-with-service-name] metrics
200-
If your service uses any non-Azure Monitor based metrics, add the following include and more information.
201-
[!INCLUDE [horz-monitor-custom-metrics](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-non-monitor-metrics.md)] -->
202-
203-
<!-- ## Azure Monitor resource logs -->
204-
205198
[!INCLUDE [horz-monitor-no-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-no-resource-logs.md)]
206199

207200
[!INCLUDE [horz-monitor-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
@@ -212,15 +205,9 @@ If your service uses any non-Azure Monitor based metrics, add the following incl
212205

213206
[!INCLUDE [horz-monitor-kusto-queries](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-kusto-queries.md)]
214207

215-
<!-- REQUIRED. Add sample Kusto queries for your service here. -->
216-
217-
<!-- ## Alerts -->
218208
[!INCLUDE [horz-monitor-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-alerts.md)]
219209

220-
221-
<!-- OPTIONAL. ONLY if applications run on your service that work with Application Insights, add the following include.
222210
[!INCLUDE [horz-monitor-insights-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights-alerts.md)]
223-
<!-- ### [TODO-replace-with-service-name] alert rules. REQUIRED. -->
224211

225212
### Resource Manager alert rules
226213

0 commit comments

Comments
 (0)