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
Azure Metrics explorer is a component of the Microsoft Azure portal that allows plotting charts, visually correlating trends, and investigating spikes and dips in metrics. Use the metrics explorer to investigate the health and utilization of your resources.
20
20
21
-
In Azure Spring Apps, there are two viewpoints for metrics.
22
-
* Charts in each application overview page
23
-
* Common metrics page
21
+
In an Azure Spring Apps instance, you can view metrics on the following pages:
24
22
25
-

23
+
* The application overview page, which shows quick status charts. To view this page, select **Apps** from the navigation pane, and then select an app.
26
24
27
-
Charts in the application **Overview** provide quick status checks for each application. The common **Metrics**page contains all metrics available for reference. You can build your own charts in the common metrics page and pin them in Dashboard.
25
+
* The common metrics page, which shows common metrics available to all apps in the Azure Spring Apps instance. To view this page, select **Metrics**from the navigation pane. You can build your own charts in the common metrics page and pin them to your Dashboard.
28
26
29
-
## Application overview page
30
-
31
-
Select an app in **Apps** to find charts in the overview page.
27
+
:::image type="content" source="media/concept-metrics/navigation-pane.png" alt-text="Screenshot of the Azure portal showing the Azure Spring Apps Overview page with Apps and Metrics highlighted in the navigation pane." lightbox="media/concept-metrics/navigation-pane.png":::
Each application's **Application Overview** page presents a metrics chart that allows you to perform a quick status check of your application.
31
+
Select **Apps**in the navigation pane and then select an app from the list. The app overview page presents metrics charts that enable you to perform a quick status check of your application.
:::image type="content" source="media/concept-metrics/app-overview-metrics-charts.png" alt-text="Screenshot of the Azure portal showing the overview page for an application with the time period selector highlighted." lightbox="media/concept-metrics/app-overview-metrics-charts.png":::
38
34
39
35
Azure Spring Apps provides these five charts with metrics that are updated every minute:
40
36
@@ -48,17 +44,15 @@ For the chart, you can select a time range from one hour to seven days.
48
44
49
45
## Common metrics page
50
46
51
-
The **Metrics** in the left navigation pane links to the common metrics page.
52
-
53
-
First, select metrics to view:
47
+
Select **Metrics** in the navigation pane to access common metrics. Select a metric to use from the **Metric** dropdown.
:::image type="content" source="media/concept-metrics/metric-dropdown.png" alt-text="Screenshot of the Azure portal showing the Azure Spring Apps Metrics page with the Metric dropdown menu open." lightbox="media/concept-metrics/metric-dropdown.png":::
56
50
57
-
Details of all metrics options can be found in the [section](#user-metrics-options)below.
51
+
For metric details, see the [User metric options](#user-metrics-options)section.
58
52
59
-
Next, select aggregation type for each metric:
53
+
Next, select the aggregation type for each metric:
:::image type="content" source="media/concept-metrics/aggregation-dropdown.png" alt-text="Screenshot of the Azure portal showing the Azure Spring Apps Metrics page with the Aggregation dropdown menu open." lightbox="media/concept-metrics/aggregation-dropdown.png":::
62
56
63
57
The aggregation type indicates how to aggregate metric points in the chart by time. There is one raw metric point every minute, and the pre-aggregation type within a minute is pre-defined by metrics type.
64
58
@@ -68,7 +62,7 @@ The aggregation type indicates how to aggregate metric points in the chart by ti
68
62
69
63
The time range can also be adjusted from last 30 minutes to last 30 days or a custom time range.
:::image type="content" source="media/concept-metrics/time-range.png" alt-text="Screenshot of the Azure portal showing the Azure Spring Apps Metrics page with the chart time range options highlighted." lightbox="media/concept-metrics/time-range.png":::
72
66
73
67
The default view includes all of an Azure Spring Apps service's application's metrics together. Metrics of one app or instance can be filtered in the display. Select **Add filter**, set the property to **App**, and select the target application you want to monitor in the **Values** text box.
74
68
@@ -77,11 +71,11 @@ You can use two kinds of filters (properties):
77
71
* App: filter by app name
78
72
* Instance: filter by app instance
79
73
80
-

74
+
:::image type="content" source="media/concept-metrics/add-filter.png" alt-text="Screenshot of the Azure portal showing the Azure Spring Apps Metrics page with a chart selected and the Add filter controls highlighted." lightbox="media/concept-metrics/add-filter.png":::
81
75
82
76
You can also use the **Apply splitting** option, which will draw multiple lines for one app:
83
77
84
-

78
+
:::image type="content" source="media/concept-metrics/apply-splitting.png" alt-text="Screenshot of the Azure portal showing the Azure Spring Apps Metrics page with a chart selected and the Apply splitting option highlighted." lightbox="media/concept-metrics/apply-splitting.png"::::
85
79
86
80
>[!TIP]
87
81
> You can build your own charts on the metrics page and pin them to your **Dashboard**. Start by naming your chart. Next, select **Pin to dashboard in the top right corner**. You can now check on your application at your Portal **Dashboard**.
0 commit comments