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/container-apps/metrics.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ From this view, you can pin one or more charts to your dashboard or select a cha
56
56
57
57
The Azure Monitor metrics explorer lets you create charts from metric data to help you analyze your container app's resource and network usage over time. You can pin charts to a dashboard or in a shared workbook.
58
58
59
-
1. Open the metrics explorer in the Azure portal by selecting **Metrics** from the sidebar menu on your container app's page. To learn more about metrics explorer, see [Analyze metrics with Azure Monitor metrics explorer](../azure-monitor/essentials/analyze-metrics.md).
59
+
1. Open the metrics explorer in the Azure portal by selecting **Metrics** from the sidebar menu on your container app's page. To learn more about metrics explorer, see [Analyze metrics with Azure Monitor metrics explorer](../azure-monitor/essentials/analyze-metrics.md).
60
60
61
-
1. Create a chart by selecting **Metric**. You can modify the chart by changing aggregation, adding more metrics, changing time ranges and intervals, adding filters, and applying splitting.
61
+
1. Create a chart by selecting **Metric**. You can modify the chart by changing aggregation, adding more metrics, changing time ranges and intervals, adding filters, and applying splitting.
62
62
:::image type="content" source="media/observability/metrics-main-page.png" alt-text="Screenshot of the metrics explorer from the container app resource page.":::
63
63
64
64
### Add filters
@@ -79,17 +79,17 @@ To create a filter:
79
79
When your chart contains a single metric, you can choose to split the metric information by revision or replica with the exceptions:
80
80
81
81
* The *Replica count* metric can only split by revision.
82
-
* The *Requests* metric can also be split by status code and status code category.
82
+
* The *Requests* metric can also be split on the status code and status code category.
83
83
84
84
To split by revision or replica:
85
85
86
86
1. Select **Apply splitting**.
87
87
88
88
1. From the **Values** drop-down list, select **Revision** or **Replica**.
89
89
90
-
1. You can set the limit of the number of revisions or replicas to display in the chart. The default is 10.
90
+
1. You can set the limit of the number of revisions or replicas to display in the chart. The default value is 10.
91
91
92
-
1. You can set sort order to **Ascending** or **Descending**. The default value is *Descending*.
92
+
1. You can set sort order to **Ascending** or **Descending**. The default value is *Descending*.
93
93
94
94
:::image type="content" source="media/observability/metrics-alert-split-by-dimension.png" alt-text="Screenshot of metrics splitting options.":::
0 commit comments